aboutsummaryrefslogtreecommitdiffstats
path: root/vl-android.c
diff options
context:
space:
mode:
Diffstat (limited to 'vl-android.c')
-rw-r--r--vl-android.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/vl-android.c b/vl-android.c
index 08515cb..2c33092 100644
--- a/vl-android.c
+++ b/vl-android.c
@@ -226,7 +226,6 @@ extern void android_emulator_set_base_port(int port);
#ifdef CONFIG_TRACE
#include "trace.h"
-#include "dcache.h"
#endif
#include "qemu_socket.h"
@@ -5607,13 +5606,6 @@ int main(int argc, char **argv, char **envp)
#ifdef CONFIG_TRACE
if (trace_filename) {
trace_init(trace_filename);
-#if 0
- // We don't need the dcache code until we can get load and store tracing
- // working again.
- dcache_init(dcache_size, dcache_ways, dcache_line_size,
- dcache_replace_policy, dcache_load_miss_penalty,
- dcache_store_miss_penalty);
-#endif
fprintf(stderr, "-- When done tracing, exit the emulator. --\n");
}
#endif