Merge "linker: remove unnecessary reset of constructors_called flag"

This commit is contained in:
Treehugger Robot 2016-04-14 04:30:54 +00:00 committed by Gerrit Code Review
commit 30bc91a083
1 changed files with 0 additions and 4 deletions

View File

@ -3023,10 +3023,6 @@ void soinfo::call_destructors() {
// DT_FINI should be called after DT_FINI_ARRAY if both are present.
call_function("DT_FINI", fini_func_);
// This is needed on second call to dlopen
// after library has been unloaded with RTLD_NODELETE
constructors_called = false;
}
void soinfo::add_child(soinfo* child) {