Browse Source

codacy: remove unused / superseeded method

AndyScherzinger 7 years ago
parent
commit
7c7b1ba25b
1 changed files with 0 additions and 12 deletions
  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
      *