From da6db38d91faa4f54cae1c65cc35abef7ad2fe4d Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 12 Sep 2018 18:59:58 +0200 Subject: Replace `php:internal` and `matlab:internal` by preprocessor macro Close #202 --- cpp/src/slice2matlab/Main.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cpp/src/slice2matlab/Main.cpp') 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); -- cgit v1.2.3