summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/types.h b/types.h
index c522fb0..dd00a94 100644
--- a/types.h
+++ b/types.h
@@ -723,6 +723,3 @@ typedef struct CGenerator {
Identifiers *idents;
} CGenerator;
-typedef enum {
- TYPES_DECL_DONT_RESOLVE = 0x01 /* don't resolve the annotated type (used for parameters). */
-} TypesDeclFlags;