summaryrefslogtreecommitdiffstats
path: root/source/core/smart-pointer.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/smart-pointer.h')
-rw-r--r--source/core/smart-pointer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/core/smart-pointer.h b/source/core/smart-pointer.h
index 0b03deb8f..8ce67e384 100644
--- a/source/core/smart-pointer.h
+++ b/source/core/smart-pointer.h
@@ -11,10 +11,6 @@
namespace Slang
{
- // TODO: Need to centralize these typedefs
- typedef uintptr_t UInt;
- typedef intptr_t Int;
-
// Base class for all reference-counted objects
class RefObject
{