about summary refs log tree commit diff stats
path: root/021check_instruction.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-01 13:43:32 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-01 13:43:32 -0700
commit900e6a0efe72ffb1fa4ab098689493f408a060a8 (patch)
treeec3e6eb3e7b66dc9f2ba95a5d7e5d7d5732e8aa5 /021check_instruction.cc
parent4814bf94e75ffdcbd2a4093eb1ab67851980a37a (diff)
downloadmu-900e6a0efe72ffb1fa4ab098689493f408a060a8.tar.gz
2227 - offset-checking for containers
Diffstat (limited to '021check_instruction.cc')
-rw-r--r--021check_instruction.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/021check_instruction.cc b/021check_instruction.cc
index cb332e7d..32317348 100644
--- a/021check_instruction.cc
+++ b/021check_instruction.cc
@@ -7,7 +7,6 @@
 
 :(code)
 void check_instruction(const recipe_ordinal r) {
-  if (Trace_stream && trace_count("warn") > 0) return;
   map<string, vector<type_ordinal> > metadata;
   for (long long int i = 0; i < SIZE(Recipe[r].steps); ++i) {
     instruction& inst = Recipe[r].steps.at(i);