From 14292e0132bd92d7da1ace586596e9c104a2822e Mon Sep 17 00:00:00 2001 From: "abitha.s" Date: Mon, 12 Dec 2016 16:13:54 +0530 Subject: [PATCH] [IOT-1670]Removing Unreachable code from Provider sample app Change-Id: I4a21cfb86bf474f1e8609f0288560509d6538e14 Signed-off-by: abitha.s Reviewed-on: https://gerrit.iotivity.org/gerrit/15501 Tested-by: jenkins-iotivity Reviewed-by: Chihyun Cho Reviewed-by: Uze Choi --- .../cpp-wrapper/examples/linux/notificationserviceprovider.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/service/notification/cpp-wrapper/examples/linux/notificationserviceprovider.cpp b/service/notification/cpp-wrapper/examples/linux/notificationserviceprovider.cpp index 57f635e..f233073 100755 --- a/service/notification/cpp-wrapper/examples/linux/notificationserviceprovider.cpp +++ b/service/notification/cpp-wrapper/examples/linux/notificationserviceprovider.cpp @@ -341,7 +341,6 @@ int main() } break; } - break; case 11: { -- 2.7.4