summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/Constants.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/providers/downloads/Constants.java')
-rw-r--r--src/com/android/providers/downloads/Constants.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/providers/downloads/Constants.java b/src/com/android/providers/downloads/Constants.java
index ef0c6dbb..4b95e765 100644
--- a/src/com/android/providers/downloads/Constants.java
+++ b/src/com/android/providers/downloads/Constants.java
@@ -31,9 +31,6 @@ public class Constants {
/** The column that used to be used for the HTTP method of the request */
public static final String RETRY_AFTER_X_REDIRECT_COUNT = "method";
- /** The column that used to be used for the magic OTA update filename */
- public static final String OTA_UPDATE = "otaupdate";
-
/** The column that used to be used to reject system filetypes */
public static final String NO_SYSTEM_FILES = "no_system";