about summary refs log tree commit diff stats
path: root/098check_type_pointers.cc
diff options
context:
space:
mode:
Diffstat (limited to '098check_type_pointers.cc')
-rw-r--r--098check_type_pointers.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/098check_type_pointers.cc b/098check_type_pointers.cc
index f052b1d7..36c548a9 100644
--- a/098check_type_pointers.cc
+++ b/098check_type_pointers.cc
@@ -6,7 +6,6 @@ void check_type_pointers() {
   for (map<recipe_ordinal, recipe>::iterator p = Recipe.begin(); p != Recipe.end(); ++p) {
     if (any_type_ingredient_in_header(p->first)) continue;
     const recipe& r = p->second;
-    trace(9991, "transform") << "--- checking type and type_name pointers for recipe " << r.name << end();
     for (long long int i = 0; i < SIZE(r.steps); ++i) {
       const instruction& inst = r.steps.at(i);
       for (long long int j = 0; j < SIZE(inst.ingredients); ++j) {
ubx?h=hlt&id=517a471bc0945657dc331c16d4bed74c7dc5b3b5'>^
ecfbbfb5 ^
e5cbbea4 ^
294a1520 ^
33352536 ^



ecfbbfb5 ^

294a1520 ^
ee9a9237 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20