Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(442)

Unified Diff: third_party/android_crazy_linker/src/src/crazy_linker_system.h

Issue 1105893002: crazy linker: Improved fix for crbug/479220. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to master. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/android_crazy_linker/src/src/crazy_linker_system.h
diff --git a/third_party/android_crazy_linker/src/src/crazy_linker_system.h b/third_party/android_crazy_linker/src/src/crazy_linker_system.h
index e61e02ce2cd0a110e0b8d39f731352024481ac6a..17381a8fd0782af48037ca832354bbf4237cb863 100644
--- a/third_party/android_crazy_linker/src/src/crazy_linker_system.h
+++ b/third_party/android_crazy_linker/src/src/crazy_linker_system.h
@@ -76,10 +76,6 @@ String GetCurrentDirectory();
// Returns the value of a given environment variable.
const char* GetEnv(const char* var_name);
-// Returns true iff |lib_name| corresponds to one of the NDK-exposed
-// system libraries.
-bool IsSystemLibrary(const char* lib_name);
-
} // namespace crazy
#endif // CRAZY_LINKER_SYSTEM_H

Powered by Google App Engine
This is Rietveld 408576698