Skip to content

Commit

Permalink
Removed some unused source files
Browse files Browse the repository at this point in the history
- I don't believe there's a need to keep them if we're not using them.
  If and when we will ever need them again, this commit can be easily
  reverted.

Signed-off-by: Haru <haru@dotalux.com>
  • Loading branch information
MishimaHaruna committed May 9, 2014
1 parent 77a62f8 commit 1c4e382
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 3,458 deletions.
4 changes: 0 additions & 4 deletions src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ set( COMMON_BASE_HEADERS
"${COMMON_SOURCE_DIR}/spinlock.h"
"${COMMON_SOURCE_DIR}/thread.h"
"${COMMON_SOURCE_DIR}/mutex.h"
"${COMMON_SOURCE_DIR}/raconf.h"
"${COMMON_SOURCE_DIR}/mempool.h"
${LIBCONFIG_HEADERS} # needed by conf.h/showmsg.h
CACHE INTERNAL "common_base headers" )
set( COMMON_BASE_SOURCES
Expand All @@ -109,8 +107,6 @@ set( COMMON_BASE_SOURCES
"${COMMON_SOURCE_DIR}/utils.c"
"${COMMON_SOURCE_DIR}/thread.c"
"${COMMON_SOURCE_DIR}/mutex.c"
"${COMMON_SOURCE_DIR}/mempool.c"
"${COMMON_SOURCE_DIR}/raconf.c"
${LIBCONFIG_SOURCES} # needed by conf.c/showmsg.c
CACHE INTERNAL "common_base sources" )
set( COMMON_BASE_INCLUDE_DIRS
Expand Down
168 changes: 0 additions & 168 deletions src/common/evdp.h

This file was deleted.

Loading

0 comments on commit 1c4e382

Please sign in to comment.