summaryrefslogtreecommitdiff
path: root/source/slang/reflection.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/reflection.h')
-rw-r--r--source/slang/reflection.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/slang/reflection.h b/source/slang/reflection.h
index 6c0b39564..09f02d8dd 100644
--- a/source/slang/reflection.h
+++ b/source/slang/reflection.h
@@ -8,14 +8,6 @@
namespace Slang {
-// TODO(tfoley): Need to move these somewhere universal
-
-typedef intptr_t Int;
-typedef int64_t Int64;
-
-typedef uintptr_t UInt;
-typedef uint64_t UInt64;
-
class ProgramLayout;
class TypeLayout;