Removed obsolete comment on PLATFORM_SYSTEMSDK_MIN_VERSION
am: 43c6a65706

Change-Id: Ic213ff189112028e93c63fa2577711eaca044bed
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index d659210..0f31163 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -223,9 +223,6 @@
   # to the public SDK where platform essentially supports all previous SDK versions,
   # platform supports only a few number of recent system SDK versions as some of
   # old system APIs are gradually deprecated, removed and then deleted.
-  # However, currently in P, we only support the single latest version since there
-  # is no old system SDK versions. Therefore, this is set to empty for now. This
-  # should later (in post P) be set to a number, like 28.
   PLATFORM_SYSTEMSDK_MIN_VERSION := 28
 endif
 .KATI_READONLY := PLATFORM_SYSTEMSDK_MIN_VERSION