From 5ad4d06006e96b1c7ff663ffcd5e406e06bae1c2 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 7 Jul 2014 14:13:46 +0200 Subject: Remove a lot of platform compatibilty stuff It's either not used, or no longer relevant. --- common/os/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/os/CMakeLists.txt') diff --git a/common/os/CMakeLists.txt b/common/os/CMakeLists.txt index 39d5c106..fd3794dc 100644 --- a/common/os/CMakeLists.txt +++ b/common/os/CMakeLists.txt @@ -1,8 +1,6 @@ include_directories(${CMAKE_SOURCE_DIR}/common) add_library(os STATIC - print.c - net.c w32tiger.c os.cxx tls.cxx) -- cgit v1.2.3