Clean up the Linux side of the build.
CLion on Windows missed a lot of stuff.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user