diff options
Diffstat (limited to 'cpp/010vm')
-rw-r--r-- | cpp/010vm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/010vm b/cpp/010vm index 2c230c10..c233f127 100644 --- a/cpp/010vm +++ b/cpp/010vm @@ -181,10 +181,6 @@ Next_recipe_number = 1000; // consistent new numbers for each test types.push_back(0); properties[0].second.push_back("dummy"); } - else if (types.empty()) { // hacky test for string - types.push_back(0); - properties[0].second.push_back("literal-string"); - } } reagent::reagent() :value(0), initialized(false) { // The first property is special, so ensure we always have it. |