summaryrefslogtreecommitdiffstats
path: root/resources/stubs_includes/common/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'resources/stubs_includes/common/stdint.h')
-rw-r--r--resources/stubs_includes/common/stdint.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/stubs_includes/common/stdint.h b/resources/stubs_includes/common/stdint.h
index 5c2a4a2e..d6a5dd23 100644
--- a/resources/stubs_includes/common/stdint.h
+++ b/resources/stubs_includes/common/stdint.h
@@ -18,8 +18,6 @@
typedef long intptr_t;
typedef unsigned long uintptr_t;
- typedef unsigned long size_t;
-
/* Greatest-width integer types */
/* Modern GCCs provide __INTMAX_TYPE__ */
#if defined(__INTMAX_TYPE__)