Add #if 0 around unused TM functions and move them to the end of the file
commit344eca020474fb3ce948af529c318bd719f09ba9
authorJiří Techet <techet@gmail.com>
Thu, 16 Oct 2014 22:12:54 +0000 (17 00:12 +0200)
committerJiří Techet <techet@gmail.com>
Sat, 18 Oct 2014 19:40:10 +0000 (18 21:40 +0200)
tree95bc1c80f1ade6929a2afbb6ddfe9b8827db6235
parent2c09333b6a3deb4f38a0b70888122829cc6e3818
Add #if 0 around unused TM functions and move them to the end of the file

Similarly, add #if TM_DEBUG around various unused debugging functions.

The #if 0 surrounded functions are good candidate for future removal
if decided they are not needed any more.
tagmanager/src/tm_source_file.c
tagmanager/src/tm_source_file.h
tagmanager/src/tm_tag.c
tagmanager/src/tm_tag.h
tagmanager/src/tm_workspace.c
tagmanager/src/tm_workspace.h