Remove unused variable

This commit is contained in:
Cameron Gutman 2022-09-23 22:52:53 -05:00
parent 0325a3b88c
commit 0a9cadb729

View File

@ -810,8 +810,6 @@ int gs_quit_app(PSERVER_DATA server) {
}
int gs_init(PSERVER_DATA server, char *address, unsigned short httpPort, const char *keyDirectory, int log_level, bool unsupported) {
char* portSeparator;
mkdirtree(keyDirectory);
if (load_unique_id(keyDirectory) != GS_OK)
return GS_FAILED;