diff options
author | 2018-07-19 11:14:42 -0700 | |
---|---|---|
committer | 2018-07-19 11:37:05 -0700 | |
commit | bd39d145e4986217bcb8dce1d4a9631d926a2781 (patch) | |
tree | 52dfd3307ab5279e960f9a1bf6e474e47440a3d8 /libartbase/base/file_utils.cc | |
parent | 6f4cf6e8fa15de2f9bf7c6a649ea7a2fabef886a (diff) |
ART: Clean up unused using declarations
Make tidy happy, and enable checking.
Test: mmma art
Change-Id: I9e18e80b3f37dd2aeb8ecd1c25abe4d5cf2f1c45
Diffstat (limited to 'libartbase/base/file_utils.cc')
-rw-r--r-- | libartbase/base/file_utils.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libartbase/base/file_utils.cc b/libartbase/base/file_utils.cc index 56934aca1f..a63f326d5a 100644 --- a/libartbase/base/file_utils.cc +++ b/libartbase/base/file_utils.cc @@ -60,7 +60,6 @@ namespace art { -using android::base::StringAppendF; using android::base::StringPrintf; static constexpr const char* kClassesDex = "classes.dex"; |