lint cleanups

This commit is contained in:
Kurtis Rader
2017-02-10 18:47:02 -08:00
parent 52648acdc8
commit 4ffb0adb78
38 changed files with 103 additions and 67 deletions

View File

@@ -24,6 +24,7 @@
#include <algorithm>
#include <map>
#include <set>
#include <type_traits>
#include <utility>
#include <vector>
@@ -189,7 +190,6 @@ void var_stack_t::pop() {
assert(this->top && old_top && !old_top->next);
assert(this->top != NULL);
var_table_t::iterator iter;
for (const auto &entry_pair : old_top->env) {
const var_entry_t &entry = entry_pair.second;
if (entry.exportv) {