소스 검색

codacy: remove unused / superseeded method

AndyScherzinger 7 년 전
부모
커밋
7c7b1ba25b
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 12
      src/main/java/com/owncloud/android/utils/FileStorageUtils.java

+ 0 - 12
src/main/java/com/owncloud/android/utils/FileStorageUtils.java

@@ -124,18 +124,6 @@ public class FileStorageUtils {
         return df.format(d);
     }
 
-    private static String getSubpathFromDate(long date) {
-        if (date == 0) {
-            return "";
-        }
-
-        Date d = new Date(date);
-
-        DateFormat df = new SimpleDateFormat(PATTERN_YYYY_MM);
-
-        return df.format(d);
-    }
-
     /**
      * Returns the InstantUploadFilePath on the nextcloud instance
      *