Browse Source

fix(unused): Remove unused function.

Marcelo Fornet 5 năm trước cách đây
mục cha
commit
a43b34a8d4
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  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'));