remove lint from #1409

- fix copyright header
- remove dead code
This commit is contained in:
Dennis Luxen 2015-03-05 14:03:35 +01:00
parent cf9f88f8ce
commit dd94a64048

View File

@ -1,6 +1,6 @@
/* /*
Copyright (c) 2015, Project OSRM, Dennis Luxen, others Copyright (c) 2015, Project OSRM contributors
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, 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 <limits> #include <limits>
#include <string> #include <string>
//int UniqueNumber() { return ++free_list_maximum; }
GeometryCompressor::GeometryCompressor() GeometryCompressor::GeometryCompressor()
{ {
m_free_list.reserve(100); m_free_list.reserve(100);