summaryrefslogtreecommitdiff
path: root/src/struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/struct.h')
-rw-r--r--src/struct.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/struct.h b/src/struct.h
index ccc8b442..bafbfb64 100644
--- a/src/struct.h
+++ b/src/struct.h
@@ -173,8 +173,6 @@ struct colm_struct *colm_map_get( struct colm_program *prg, map_t *map,
struct colm_struct *colm_construct_generic( struct colm_program *prg, long generic_id );
struct colm_struct *colm_construct_reducer( struct colm_program *prg, long generic_id, int reducer_id );
-#define STRUCT_INBUILT_ID -1
-
#if defined(__cplusplus)
}
#endif