From bd39d145e4986217bcb8dce1d4a9631d926a2781 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Thu, 19 Jul 2018 11:14:42 -0700 Subject: ART: Clean up unused using declarations Make tidy happy, and enable checking. Test: mmma art Change-Id: I9e18e80b3f37dd2aeb8ecd1c25abe4d5cf2f1c45 --- libartbase/base/file_utils.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libartbase/base/file_utils.cc') 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"; -- cgit v1.2.3-59-g8ed1b