- SICS cleanup: removed unused code

SKIPPED:
	psi/make_gen
	psi/makefile_linux
	psi/polterwrite.c
	psi/psi.c
This commit is contained in:
koennecke
2010-01-19 12:55:40 +00:00
parent c3b3ab1f06
commit be13da8a03
19 changed files with 11 additions and 3712 deletions

6
ofac.c
View File

@ -124,8 +124,6 @@
#include "asyncqueue.h"
#include "asyncprotocol.h"
#include "sicsobj.h"
#include "hdbqueue.h"
#include "genericcontroller.h"
#include "proxy.h"
#include "reflist.h"
#include "singlex.h"
@ -335,10 +333,6 @@ static void InitIniCommands(SicsInterp * pInter, pTaskMan pTask)
AddCommand(pInter, "MakeAsyncQueue", AsyncQueueFactory, NULL, NULL);
AddCommand(pInter, "MakeSicsObj", InstallSICSOBJ, NULL, NULL);
AddCommand(pInter, "DynSicsObj", InstallSICSOBJ, NULL, NULL);
/* AddCommand(pInter,"MakeHdbQueue",MakeHDBQueue,NULL,NULL); */
AddCommand(pInter, "MakeGenController", GenControllerFactory, NULL,
NULL);
AddCommand(pInter, "genconfigure", GenControllerConfigure, NULL, NULL);
AddCommand(pInter, "MakeProxy", ProxyFactory, NULL, NULL);
AddCommand(pInter, "MakeRefList", MakeReflectionList, NULL, NULL);
AddCommand(pInter, "MakeSingleX", MakeSingleX, NULL, NULL);