summaryrefslogtreecommitdiff
path: root/src/tr1_hash_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tr1_hash_map.h')
-rw-r--r--src/tr1_hash_map.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tr1_hash_map.h b/src/tr1_hash_map.h
index a2d3334..8c7513e 100644
--- a/src/tr1_hash_map.h
+++ b/src/tr1_hash_map.h
@@ -47,8 +47,4 @@
#define tr1_hash_map_ismap 1
#endif
- #if tr1_hash_map_ismap == 1
- #warning "Pre-C++11 GCC version detected. Downgrading all use of <unordered_map> to <map>. Please upgrade to GCC 4.3 or later for faster simulation."
- #endif
-
#endif