aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-12-06 02:01:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-12-06 02:01:21 +0000
commitd2e5e9d2ac8e4142d44f47cef2c9ca7b67b3af74 (patch)
tree35bf218e61104352af1e553519e9c029bdc25cdd /common
parente473c7d795922fd9e24ac547fb846a3af49b5714 (diff)
parent63124a3c769fa24a0388f4ae7849be0cc77e5b12 (diff)
downloadTV-d2e5e9d2ac8e4142d44f47cef2c9ca7b67b3af74.tar.gz
Merge "Remove unneeded atLeastM checks"
Diffstat (limited to 'common')
-rw-r--r--common/src/com/android/tv/common/feature/Sdk.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/src/com/android/tv/common/feature/Sdk.java b/common/src/com/android/tv/common/feature/Sdk.java
index 54bc1bbd..e59bcd60 100644
--- a/common/src/com/android/tv/common/feature/Sdk.java
+++ b/common/src/com/android/tv/common/feature/Sdk.java
@@ -23,8 +23,6 @@ import android.os.Build.VERSION_CODES;
/** Holder for SDK version features */
public final class Sdk {
- public static final Feature AT_LEAST_M = new AtLeast(VERSION_CODES.M);
-
public static final Feature AT_LEAST_N = new AtLeast(VERSION_CODES.N);
public static final Feature AT_LEAST_O = new AtLeast(VERSION_CODES.O);