From 91084d93961673ba7715d9b34c2c0dbee7d41cc1 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 15 Jan 2021 01:55:30 -0500 Subject: common/timer: Remove This is a leftover from citra and dolphin that isn't used at all, particularly given the header exists. --- 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 aeaf8e81f..9824c5564 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -166,8 +166,6 @@ add_library(common STATIC threadsafe_queue.h time_zone.cpp time_zone.h - timer.cpp - timer.h tree.h uint128.cpp uint128.h -- cgit v1.2.3