Remove dead code

This variable was not used.

Test: presubmit
Change-Id: I382c1fe5279450c2f1600328e5e01f435f1572b0
This commit is contained in:
Anton Hansson
2022-01-17 20:09:57 +00:00
parent ea32306404
commit 023527e0a9

View File

@@ -24,20 +24,6 @@ mainline_stubs_args =
"--hide RequiresPermission " +
"--enhance-documentation "
// TODO: modularize this so not every module has the same list
framework_packages_to_document = [
"android",
"dalvik",
"java",
"javax",
"junit",
"org.apache.http",
"org.json",
"org.w3c.dom",
"org.xml.sax",
"org.xmlpull",
]
// TODO: remove the hiding when server classes are cleaned up.
mainline_framework_stubs_args =
mainline_stubs_args +