Remove obsolete workaround.

We removed the cast in question in
d390df1dbc.

Bug: N/A
Test: builds
Change-Id: I56a034432fd11aeca00c09cb11226bdae465366f
This commit is contained in:
Elliott Hughes 2018-05-09 09:54:30 -07:00
parent 1d509bc878
commit c01b849c9a

View file

@ -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;