summaryrefslogtreecommitdiff
path: root/cpp/src/slice2matlab/Main.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-09-12 18:59:58 +0200
committerJose <jose@zeroc.com>2018-09-12 18:59:58 +0200
commitda6db38d91faa4f54cae1c65cc35abef7ad2fe4d (patch)
tree6d25c1a5e8fa163543474710bfc86a79f1c2e4f5 /cpp/src/slice2matlab/Main.cpp
parentMake test controllers layout more consistent (diff)
downloadice-da6db38d91faa4f54cae1c65cc35abef7ad2fe4d.tar.bz2
ice-da6db38d91faa4f54cae1c65cc35abef7ad2fe4d.tar.xz
ice-da6db38d91faa4f54cae1c65cc35abef7ad2fe4d.zip
Replace `php:internal` and `matlab:internal` by preprocessor macro
Close #202
Diffstat (limited to 'cpp/src/slice2matlab/Main.cpp')
-rw-r--r--cpp/src/slice2matlab/Main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/slice2matlab/Main.cpp b/cpp/src/slice2matlab/Main.cpp
index 6704faa27d7..051e37b76ac 100644
--- a/cpp/src/slice2matlab/Main.cpp
+++ b/cpp/src/slice2matlab/Main.cpp
@@ -1603,11 +1603,6 @@ CodeVisitor::CodeVisitor(const string& dir) :
bool
CodeVisitor::visitClassDefStart(const ClassDefPtr& p)
{
- if(p->hasMetaData("matlab:internal"))
- {
- return false;
- }
-
const string name = fixIdent(p->name());
const string scoped = p->scoped();
const string abs = getAbsolute(p);