aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/config/luaconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenserver/config/luaconfig.cpp')
-rw-r--r--src/zenserver/config/luaconfig.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/zenserver/config/luaconfig.cpp b/src/zenserver/config/luaconfig.cpp
index 2c54de29e..61969019c 100644
--- a/src/zenserver/config/luaconfig.cpp
+++ b/src/zenserver/config/luaconfig.cpp
@@ -330,7 +330,6 @@ Options::Print(zen::StringBuilderBase& SB, const cxxopts::ParseResult& CmdLineRe
};
std::vector<std::string> CurrentTablePath;
std::string Indent;
- auto It = SortedKeys.begin();
for (const std::string& Key : SortedKeys)
{
std::vector<std::string> KeyPath = GetTablePath(Key);