Skip to content

Commit 648deba

Browse files
committed
refactor(sdk): remove dead code
1 parent ab3417d commit 648deba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

engine/core/src/main/java/com/codingame/gameengine/core/RefereeMain.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ public static boolean isInProduction() {
3030
* CodinGame's game runner will launch the referee using this method.
3131
*
3232
* @param args unused
33-
* @throws InstantiationException
34-
* @throws IllegalAccessException
3533
*/
36-
public static void main(String[] args) throws InstantiationException, IllegalAccessException {
34+
public static void main(String[] args) {
3735
inProduction = true;
3836
InputStream in = System.in;
3937
PrintStream out = System.out;

0 commit comments

Comments
 (0)