syscalls: Remove lookup_symbol syscall again.

This partially reverts b959d46dbd.
This commit is contained in:
Michael Lotz
2015-04-11 11:18:51 +02:00
parent bd5dea318a
commit 459e651fd5
3 changed files with 0 additions and 47 deletions
-5
View File
@@ -54,11 +54,6 @@ status_t _user_read_kernel_image_symbols(image_id id, elf_sym* symbolTable,
int32* _symbolCount, char* stringTable, size_t* _stringTableSize,
addr_t* _imageDelta);
status_t _user_lookup_symbol(addr_t address, addr_t* baseAddress,
char* symbolNameBuffer, size_t symbolNameBufferSize,
char* imageNameBuffer, size_t imageNameBufferSize,
bool* exactMatch);
#ifdef __cplusplus
}
#endif