소스 검색

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'));