mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 02:20:42 +00:00
Remove unused variable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user