summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit-cpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-emit-cpp.h')
-rw-r--r--source/slang/slang-emit-cpp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/slang/slang-emit-cpp.h b/source/slang/slang-emit-cpp.h
index da8d026ee..7f9046643 100644
--- a/source/slang/slang-emit-cpp.h
+++ b/source/slang/slang-emit-cpp.h
@@ -97,7 +97,6 @@ protected:
// Really we don't want any of these defined like they are here, they should be defined in slang stdlib
void _emitAnyAllDefinition(const UnownedStringSlice& funcName, const HLSLIntrinsic* specOp);
- void _emitCrossDefinition(const UnownedStringSlice& funcName, const HLSLIntrinsic* specOp);
void _emitLengthDefinition(const UnownedStringSlice& funcName, const HLSLIntrinsic* specOp);
void _emitNormalizeDefinition(const UnownedStringSlice& funcName, const HLSLIntrinsic* specOp);
void _emitReflectDefinition(const UnownedStringSlice& funcName, const HLSLIntrinsic* specOp);