Code Cleanup

- Removed obsolete TDB, Att and Location code.
- Removed associated unit tests, unfortunately all ones that pass.
This commit is contained in:
Paul Beckingham 2011-09-03 13:17:03 -04:00
parent 6b3dfd0891
commit f245fa808c
11 changed files with 1 additions and 2091 deletions

View file

@ -8,7 +8,6 @@ include_directories (${CMAKE_SOURCE_DIR}
set (task_SRCS A3.cpp A3.h
API.cpp API.h
Arg.cpp Arg.h
Att.cpp Att.h
Color.cpp Color.h
Config.cpp Config.h
Context.cpp Context.h
@ -20,12 +19,10 @@ set (task_SRCS A3.cpp A3.h
File.cpp File.h
Hooks.cpp Hooks.h
JSON.cpp JSON.h
Location.cpp Location.h
Nibbler.cpp Nibbler.h
Path.cpp Path.h
Permission.cpp Permission.h
RX.cpp RX.h
TDB.cpp TDB.h
TDB2.cpp TDB2.h
Task.cpp Task.h
Taskmod.cpp Taskmod.h