summaryrefslogtreecommitdiff
path: root/cpp/src/slice2matlab/Main.cpp
diff options
context:
space:
mode:
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);