diff options
author | 2018-01-23 16:11:38 -0800 | |
---|---|---|
committer | 2018-01-24 09:24:29 -0800 | |
commit | 8c0961f9e061ee4b04c1c4ba8ad5cca13bcf884d (patch) | |
tree | f6e5a970a6bcc0935e150cb6c28a520bf31ba964 /runtime/utils.h | |
parent | 2b1a21ed3581f77f34d582507177ebce33565534 (diff) |
Move missed files to libdexfile
Reduce the dependencies on utf and utils in preparation for separate
directory.
Bug: 22322814
Test: make -j 50 test-art-host
make -j 50 dexdump2 dexlist
Change-Id: Icdecf895dafec63ef903514eef79d459abc14925
Diffstat (limited to 'runtime/utils.h')
-rw-r--r-- | runtime/utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/utils.h b/runtime/utils.h index 7402c12280..abdafcc9f7 100644 --- a/runtime/utils.h +++ b/runtime/utils.h @@ -82,10 +82,6 @@ void AppendPrettyDescriptor(const char* descriptor, std::string* result); std::string PrettyDescriptor(const char* descriptor); std::string PrettyDescriptor(Primitive::Type type); -// Returns a human-readable version of the Java part of the access flags, e.g., "private static " -// (note the trailing whitespace). -std::string PrettyJavaAccessFlags(uint32_t access_flags); - // Returns a human-readable size string such as "1MB". std::string PrettySize(int64_t size_in_bytes); |