about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--030container.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/030container.cc b/030container.cc
index d4ccf32c..cd9d3255 100644
--- a/030container.cc
+++ b/030container.cc
@@ -811,6 +811,7 @@ void check_merge_call(const vector<reagent>& ingredients, const reagent& product
           return;
         }
         ++ingredient_index;
+        // ++state.data.top().container_element_index;  // unnecessary, but wouldn't do any harm
         do {
           state.data.pop();
           if (state.data.empty()) {