diff options
Diffstat (limited to '030address.cc')
-rw-r--r-- | 030address.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/030address.cc b/030address.cc index b742731f..dde4d79a 100644 --- a/030address.cc +++ b/030address.cc @@ -94,10 +94,6 @@ bool canonize_type(reagent& r) { } void drop_from_type(reagent& r, string expected_type) { - if (!r.type) { - raise << "can't drop " << expected_type << " from " << to_string(r) << '\n' << end(); - return; - } if (r.type->name != expected_type) { raise << "can't drop2 " << expected_type << " from " << to_string(r) << '\n' << end(); return; |