Clean up the Linux side of the build.

CLion on Windows missed a lot of stuff.
This commit is contained in:
2023-10-06 06:25:58 +00:00
parent f727ce4b5a
commit 36af6ac1f8
8 changed files with 27 additions and 25 deletions

View File

@@ -135,17 +135,17 @@ Dictionary::DumpKVPairs()
}
}
#else
void
Dictionary::DumpKVPairs()
{
}
#endif
void
Dictionary::DumpToFile(const char *path)
{
WriteArena(this->arena, path);
}
#else
void
Dictionary::dump_kvpairs()
{
}
#endif