Explorar el Código

fix(unused): Remove unused function.

Marcelo Fornet hace 5 años
padre
commit
a43b34a8d4
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      src/core.ts

+ 0 - 7
src/core.ts

@@ -26,13 +26,6 @@ export function getTimeout() {
     return timeout;
 }
 
-/**
- * Can only handle testcases of at most 512MB
- */
-function getMaxSizeInput() {
-    return 512 * 1024;
-}
-
 function isProblemFolder(path: string) {
     return existsSync(join(path, solFile())) &&
         existsSync(join(path, 'attic'));