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