summaryrefslogtreecommitdiffstats
path: root/runtime/map.doc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/map.doc')
-rw-r--r--runtime/map.doc2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/map.doc b/runtime/map.doc
index 29d740f6..cf72b162 100644
--- a/runtime/map.doc
+++ b/runtime/map.doc
@@ -7,8 +7,6 @@ include the proper files. For example, if you need a map with 3 keys, int64, in
that stores strings, you need to do
@code
-#define NEED_STRING_VALS
-
#define KEY1_TYPE INT64
#define KEY2_TYPE INT64
#define KEY3_TYPE STRING