Skip to content

Commit

Permalink
Merge pull request osm2pgsql-dev#545 from pnorman/remove_nodecachefil…
Browse files Browse the repository at this point in the history
…ereader

Remove nodecachefilereader
  • Loading branch information
pnorman committed Feb 27, 2016
2 parents 08a8c38 + 907c15b commit 697d8a4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 182 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,6 @@ add_executable(osm2pgsql osm2pgsql.cpp)
target_link_libraries(osm2pgsql_lib ${LIBS})
target_link_libraries(osm2pgsql osm2pgsql_lib ${LIBS})

if (HAVE_SYS_TIME_H) # until node-persistent-cache-reader is translated to std::chrono
add_executable(node-persistent-cache-reader node-persistent-cache-reader.cpp)
target_link_libraries(node-persistent-cache-reader osm2pgsql_lib ${LIBS})
endif()

#############################################################
# Build tests
#############################################################
Expand Down
37 changes: 0 additions & 37 deletions docs/nodecachefilereader.1

This file was deleted.

140 changes: 0 additions & 140 deletions node-persistent-cache-reader.cpp

This file was deleted.

0 comments on commit 697d8a4

Please sign in to comment.