From 98aade06e8960a4cd11e937089d64b42df982826 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Fri, 11 Apr 2014 20:48:11 +0200 Subject: Simplified bitmask utility functions * they were relocated into a separate compilation unit by 79a65ce ** but I want them to be inlined which is hindered by exactly that ** i.e. the implementations are now moved to the utility header file and marked as inline * removed unnecessary declaration of arguments as reference --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 683e7d6..65fee81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ include_directories( add_executable( test test.cc - src/utility.cc src/codepoint_iterator.cc ) -- cgit v1.2.3