From 9f7f1a227225c6dd5575e73a8d8891468940455c Mon Sep 17 00:00:00 2001 From: archshift Date: Wed, 18 Feb 2015 22:30:31 -0800 Subject: Remove useless extended_trace compilation unit that was leftover from Dolphin --- src/common/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common/CMakeLists.txt') diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 0a8ef6da..af10b0a8 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -4,7 +4,6 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/scm_rev.cpp.in" "${CMAKE_CURRENT_SOU set(SRCS break_points.cpp emu_window.cpp - extended_trace.cpp file_search.cpp file_util.cpp hash.cpp @@ -37,7 +36,6 @@ set(HEADERS cpu_detect.h debug_interface.h emu_window.h - extended_trace.h fifo_queue.h file_search.h file_util.h -- cgit v1.2.3