diff options
author | Jose <jose@zeroc.com> | 2018-09-12 18:59:58 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-09-12 18:59:58 +0200 |
commit | da6db38d91faa4f54cae1c65cc35abef7ad2fe4d (patch) | |
tree | 6d25c1a5e8fa163543474710bfc86a79f1c2e4f5 /cpp/src/slice2matlab/Main.cpp | |
parent | Make test controllers layout more consistent (diff) | |
download | ice-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.cpp | 5 |
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); |