From dd94a640488b4bd1573fd6fd0293b5de2119fce2 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 5 Mar 2015 14:03:35 +0100 Subject: [PATCH] remove lint from #1409 - fix copyright header - remove dead code --- contractor/geometry_compressor.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contractor/geometry_compressor.cpp b/contractor/geometry_compressor.cpp index e40143ad5..3997cdc99 100644 --- a/contractor/geometry_compressor.cpp +++ b/contractor/geometry_compressor.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2015, Project OSRM, Dennis Luxen, others +Copyright (c) 2015, Project OSRM contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -35,8 +35,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include -//int UniqueNumber() { return ++free_list_maximum; } - GeometryCompressor::GeometryCompressor() { m_free_list.reserve(100);