Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Sep 24, 2022
1 parent 0325a3b commit 0a9cadb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libgamestream/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0a9cadb

Please sign in to comment.