Skip to content

Commit

Permalink
remove unnecessary delete line
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Mar 7, 2024
1 parent ef7baca commit e91b3b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Runtime/LLMUnitySetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ public static void KillServerAfterUnityCrash(string serverBinary)
}
}
catch (Exception) {}
DeleteServerPID(pid);
}

string pidfile = GetPIDFile();
Expand Down

0 comments on commit e91b3b7

Please sign in to comment.