diff options
Diffstat (limited to 'matlab/src/Properties.cpp')
-rw-r--r-- | matlab/src/Properties.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/matlab/src/Properties.cpp b/matlab/src/Properties.cpp index 519f9e650d2..04acc9ee157 100644 --- a/matlab/src/Properties.cpp +++ b/matlab/src/Properties.cpp @@ -42,7 +42,6 @@ Ice_createProperties(mxArray* args, void* defaultsImpl, void** r) { return createResultException(convertException(ex)); } - return 0; } mxArray* @@ -63,7 +62,6 @@ Ice_Properties_getProperty(void* self, const char* key) { return createResultException(convertException(ex)); } - return 0; } mxArray* @@ -77,7 +75,6 @@ Ice_Properties_getPropertyWithDefault(void* self, const char* key, const char* d { return createResultException(convertException(ex)); } - return 0; } mxArray* @@ -120,7 +117,6 @@ Ice_Properties_getPropertyAsList(void* self, const char* key) { return createResultException(convertException(ex)); } - return 0; } mxArray* @@ -137,7 +133,6 @@ Ice_Properties_getPropertyAsListWithDefault(void* self, const char* key, mxArray { return createResultException(convertException(ex)); } - return 0; } mxArray* @@ -152,7 +147,6 @@ Ice_Properties_getPropertiesForPrefix(void* self, const char* prefix) { return createResultException(convertException(ex)); } - return 0; } mxArray* @@ -181,7 +175,6 @@ Ice_Properties_getCommandLineOptions(void* self) { return createResultException(convertException(ex)); } - return 0; } mxArray* @@ -198,7 +191,6 @@ Ice_Properties_parseCommandLineOptions(void* self, const char* prefix, mxArray* { return createResultException(convertException(ex)); } - return 0; } mxArray* @@ -215,7 +207,6 @@ Ice_Properties_parseIceCommandLineOptions(void* self, mxArray* options) { return createResultException(convertException(ex)); } - return 0; } mxArray* |