Skip to content

Commit

Permalink
Remove outdated Doclist API implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Sep 27, 2016
1 parent d35c849 commit 59d02a6
Showing 10 changed files with 0 additions and 697 deletions.
8 changes: 0 additions & 8 deletions libgrive/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -49,10 +49,6 @@ include_directories(
${YAJL_INCLUDE_DIRS}
)

file(GLOB DRIVE_HEADERS
${libgrive_SOURCE_DIR}/src/drive/*.hh
)

file (GLOB PROTOCOL_HEADERS
${libgrive_SOURCE_DIR}/src/protocol/*.hh
)
@@ -67,14 +63,12 @@ file (GLOB XML_HEADERS

file (GLOB LIBGRIVE_SRC
src/base/*.cc
src/drive/*.cc
src/drive2/*.cc
src/http/*.cc
src/protocol/*.cc
src/json/*.cc
src/util/*.cc
src/util/log/*.cc
src/xml/*.cc
)

add_definitions(
@@ -121,9 +115,7 @@ IF ( CPPUNIT_FOUND )
# list of test source files here
file(GLOB TEST_SRC
test/base/*.cc
test/drive/*.cc
test/util/*.cc
test/xml/*.cc
)

add_executable( unittest
34 changes: 0 additions & 34 deletions libgrive/src/drive/CommonUri.hh

This file was deleted.

86 changes: 0 additions & 86 deletions libgrive/src/drive/Entry1.cc

This file was deleted.

42 changes: 0 additions & 42 deletions libgrive/src/drive/Entry1.hh

This file was deleted.

64 changes: 0 additions & 64 deletions libgrive/src/drive/Feed1.cc

This file was deleted.

40 changes: 0 additions & 40 deletions libgrive/src/drive/Feed1.hh

This file was deleted.

Loading

0 comments on commit 59d02a6

Please sign in to comment.