diff options
| author | Yong He <yonghe@outlook.com> | 2017-11-04 19:19:23 -0400 |
|---|---|---|
| committer | Yong He <yonghe@outlook.com> | 2017-11-04 19:19:23 -0400 |
| commit | 33d9f07d6c86e80c44af4de0693532cee6635135 (patch) | |
| tree | 7d07e83dbd7513ffb54632323178a2ca867e3100 /source/slang/emit.cpp | |
| parent | aeb69cb8f617d3a59e2baf38a94224c1cdb4755c (diff) | |
cleanup useless code
Diffstat (limited to 'source/slang/emit.cpp')
| -rw-r--r-- | source/slang/emit.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/slang/emit.cpp b/source/slang/emit.cpp index fc6fc0184..056454845 100644 --- a/source/slang/emit.cpp +++ b/source/slang/emit.cpp @@ -1194,11 +1194,6 @@ struct EmitVisitor EmitDeclarator(declarator); } - void visitThisType(ThisType* /*type*/, TypeEmitArg const&) - { - return; - } - void visitDeclRefType(DeclRefType* declRefType, TypeEmitArg const& arg) { auto declarator = arg.declarator; |
