summaryrefslogtreecommitdiffstats
path: root/libdexfile
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-09-19 10:58:18 -0700
committerAndreas Gampe <agampe@google.com>2018-09-19 21:56:32 -0700
commit9a20ff06f7ccee08a742c315ec6d351ab56ba1cd (patch)
tree7e55557e118eb5fffe03ad3456e00d8469a36232 /libdexfile
parent70dfb6983492aff1c52cc1b52044258aef51f47f (diff)
downloadart-9a20ff06f7ccee08a742c315ec6d351ab56ba1cd.tar.gz
art-9a20ff06f7ccee08a742c315ec6d351ab56ba1cd.tar.bz2
art-9a20ff06f7ccee08a742c315ec6d351ab56ba1cd.zip
ART: Refactor typedef to using
Add clang-tidy's modernize-use-using. Bug: 32619234 Test: WITH_TIDY=1 mmma art Change-Id: If50d37b5152af4270784e3cde7951292a9e19033
Diffstat (limited to 'libdexfile')
-rw-r--r--libdexfile/dex/dex_file_loader.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libdexfile/dex/dex_file_loader.cc b/libdexfile/dex/dex_file_loader.cc
index 400c32b519..4aafc665ee 100644
--- a/libdexfile/dex/dex_file_loader.cc
+++ b/libdexfile/dex/dex_file_loader.cc
@@ -25,10 +25,6 @@
#include "standard_dex_file.h"
#include "ziparchive/zip_archive.h"
-// system/core/zip_archive definitions.
-struct ZipEntry;
-typedef void* ZipArchiveHandle;
-
namespace art {
namespace {