aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authornchalko <nchalko@google.com>2019-06-17 05:52:04 -0700
committerNick Chalko <nchalko@google.com>2019-06-17 14:20:59 -0700
commita41b0aedaf38e3ad6e029be50128a3055ece8cef (patch)
tree90c57b5bc856f32ea5bce1727093e5305fa76192 /common
parent2284b119d123fcd0ed9f56f689f72c62694813f4 (diff)
downloadTV-a41b0aedaf38e3ad6e029be50128a3055ece8cef.tar.gz
CLEANUP: Remove unused P only feature
PiperOrigin-RevId: 253563310 Change-Id: I083ac2675685810917ae896b01adb9853cf57aee
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 4b0a925f..54bc1bbd 100644
--- a/common/src/com/android/tv/common/feature/Sdk.java
+++ b/common/src/com/android/tv/common/feature/Sdk.java
@@ -29,8 +29,6 @@ public final class Sdk {
public static final Feature AT_LEAST_O = new AtLeast(VERSION_CODES.O);
- public static final Feature AT_LEAST_P = new AtLeast(VERSION_CODES.P); // AOSP_OC:strip_line
-
private static final class AtLeast implements Feature {
private final int versionCode;