about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-17 12:46:58 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-17 12:46:58 -0800
commit00472b898df4a7c1d1f4b5b9278d9274fcacd274 (patch)
tree5fd6aaa08964c76e73e34923060b9f92eeff42fe /030container.cc
parent37e717859c47a86754e1d2d33865513a7c16dcb0 (diff)
downloadmu-00472b898df4a7c1d1f4b5b9278d9274fcacd274.tar.gz
2669
Diffstat (limited to '030container.cc')
-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()) {