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/utils.cc | |
| parent | 1eb8ce0839daa646d6645036f954f1e27c12dfaf (diff) | |
| parent | bd39d145e4986217bcb8dce1d4a9631d926a2781 (diff) | |
Merge "ART: Clean up unused using declarations"
Diffstat (limited to 'libartbase/base/utils.cc')
| -rw-r--r-- | libartbase/base/utils.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libartbase/base/utils.cc b/libartbase/base/utils.cc index b7a542fbbe..761c6113d6 100644 --- a/libartbase/base/utils.cc +++ b/libartbase/base/utils.cc @@ -45,7 +45,6 @@ namespace art { using android::base::ReadFileToString; -using android::base::StringAppendF; using android::base::StringPrintf; pid_t GetTid() { |