diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-05-15 20:54:48 -0700 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-05-15 20:54:48 -0700 |
commit | ba2fe7f795ebc8da4acd247436afeefb900645d3 (patch) | |
tree | be9a2cbcdd840f41be5353a33a98bff3ca31544e /src/common/CMakeLists.txt | |
parent | 742fd191a955d9971b527b25f366820ff5ddbf7b (diff) | |
parent | 7dbc27ff57d24a1c4e04e3f8cc35773ff9288516 (diff) |
Merge pull request #758 from yuriks/sync-logging
Common: Remove async logging
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index f8fc6450f..dbaaac77b 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -27,7 +27,6 @@ set(HEADERS common_funcs.h common_paths.h common_types.h - concurrent_ring_buffer.h cpu_detect.h debug_interface.h emu_window.h |