summaryrefslogtreecommitdiff
path: root/matlab/src/Connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'matlab/src/Connection.cpp')
-rw-r--r--matlab/src/Connection.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/matlab/src/Connection.cpp b/matlab/src/Connection.cpp
index a97e1468d60..7f51b8fa4d7 100644
--- a/matlab/src/Connection.cpp
+++ b/matlab/src/Connection.cpp
@@ -157,7 +157,6 @@ Ice_Connection_equals(void* self, void* other)
{
return createResultException(convertException(ex));
}
- return 0;
}
mxArray*
@@ -372,7 +371,6 @@ Ice_Connection_getACM(void* self)
{
return createResultException(convertException(ex));
}
- return 0;
}
mxArray*
@@ -386,7 +384,6 @@ Ice_Connection_type(void* self)
{
return createResultException(convertException(ex));
}
- return 0;
}
mxArray*
@@ -400,7 +397,6 @@ Ice_Connection_timeout(void* self)
{
return createResultException(convertException(ex));
}
- return 0;
}
mxArray*
@@ -414,7 +410,6 @@ Ice_Connection_toString(void* self)
{
return createResultException(convertException(ex));
}
- return 0;
}
mxArray*