summaryrefslogtreecommitdiff
path: root/source/slang/mangle.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2018-12-13 12:26:36 -0800
committerGitHub <noreply@github.com>2018-12-13 12:26:36 -0800
commit970b58a209e06afc7bd104e4701abfbb055f7c4d (patch)
treecf57d89d6292d2f471c286b1b1c8d62d6b68bf84 /source/slang/mangle.h
parent8d13c06ab51f4993f5c56772e83fba3c384674df (diff)
parent822ed708364b257b7d2f61ecb8a51a4c96f7edaa (diff)
Merge branch 'master' into dictfix
Diffstat (limited to 'source/slang/mangle.h')
-rw-r--r--source/slang/mangle.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/slang/mangle.h b/source/slang/mangle.h
index b6f7587ad..7fc8d0d93 100644
--- a/source/slang/mangle.h
+++ b/source/slang/mangle.h
@@ -14,8 +14,6 @@ namespace Slang
String getMangledName(DeclRef<Decl> const & declRef);
String getMangledName(DeclRefBase const & declRef);
- String mangleSpecializedFuncName(String baseName, IRSpecialize* specializeInst);
-
String getMangledNameForConformanceWitness(
Type* sub,
Type* sup);