Remove obsolete workaround.
We removed the cast in question in
d390df1dbc
.
Bug: N/A
Test: builds
Change-Id: I56a034432fd11aeca00c09cb11226bdae465366f
This commit is contained in:
parent
1d509bc878
commit
c01b849c9a
1 changed files with 0 additions and 4 deletions
|
@ -71,10 +71,6 @@
|
|||
#include "android-base/stringprintf.h"
|
||||
#include "ziparchive/zip_archive.h"
|
||||
|
||||
// Override macros to use C++ style casts.
|
||||
#undef ELF_ST_TYPE
|
||||
#define ELF_ST_TYPE(x) (static_cast<uint32_t>(x) & 0xf)
|
||||
|
||||
static std::unordered_map<void*, size_t> g_dso_handle_counters;
|
||||
|
||||
static android_namespace_t* g_anonymous_namespace = &g_default_namespace;
|
||||
|
|
Loading…
Reference in a new issue