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/lower-to-ir.cpp | |
| parent | aeb69cb8f617d3a59e2baf38a94224c1cdb4755c (diff) | |
cleanup useless code
Diffstat (limited to 'source/slang/lower-to-ir.cpp')
| -rw-r--r-- | source/slang/lower-to-ir.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/slang/lower-to-ir.cpp b/source/slang/lower-to-ir.cpp index a7baf265c..be91b9d3d 100644 --- a/source/slang/lower-to-ir.cpp +++ b/source/slang/lower-to-ir.cpp @@ -882,11 +882,6 @@ struct ValLoweringVisitor : ValVisitor<ValLoweringVisitor, LoweredValInfo, Lower } } - LoweredTypeInfo visitThisType(ThisType* /*type*/) - { - return LoweredTypeInfo(); - } - LoweredTypeInfo visitDeclRefType(DeclRefType* type) { // If the type in question comes from the module we are |
