From ae7ea39966236965500faa96c42986bf35cc9af3 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 1 Apr 2016 21:31:28 +0200 Subject: Improve distribution of remaining spaces after base addition Removed random utility class as it was over-designed. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b24d21d..2a7b6a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,5 +14,4 @@ add_executable( justify justify.cc src/line_accumulator.cc - src/random.cc ) -- cgit v1.2.3