瀏覽代碼

fix(unused): Remove unused function.

Marcelo Fornet 5 年之前
父節點
當前提交
a43b34a8d4
共有 1 個文件被更改,包括 0 次插入7 次删除
  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'));