diff options
| author | 2018-07-20 01:24:40 +0000 | |
|---|---|---|
| committer | 2018-07-20 01:24:40 +0000 | |
| commit | 6514f95435e6e2fe20e75b7c7b73cd1046e56f7b (patch) | |
| tree | 2e3bece4783dc87a0a28cfd1ba31bd1bf020dd44 /libartbase/base/file_utils.cc | |
| parent | 1eb8ce0839daa646d6645036f954f1e27c12dfaf (diff) | |
| parent | bd39d145e4986217bcb8dce1d4a9631d926a2781 (diff) | |
Merge "ART: Clean up unused using declarations"
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"; |