]> Git Repo - qemu.git/blobdiff - linux-user/main.c
Fix some warnings that would be generated by gcc -Wredundant-decls
[qemu.git] / linux-user / main.c
index 32f5455e641a70594ec49e7a85cd5a713df64858..cca696cfa41bf8209e2c164c0e5d70070f587868 100644 (file)
@@ -477,9 +477,6 @@ void cpu_loop(CPUX86State *env)
 
 #ifdef TARGET_ARM
 
-/* XXX: find a better solution */
-extern void tb_invalidate_page_range(abi_ulong start, abi_ulong end);
-
 static void arm_cache_flush(abi_ulong start, abi_ulong last)
 {
     abi_ulong addr, last1;
This page took 0.02204 seconds and 4 git commands to generate.