- SICS cleanup: removed unused code
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
#include "sicsvar.h"
|
||||
#include "polterwrite.h"
|
||||
#include "sicsvar.h"
|
||||
#include "nxscript.h"
|
||||
|
||||
/*
|
||||
diaphragm1 - chopper
|
||||
@ -233,7 +234,7 @@ static void PoldiStart(pPolterdi self, SConnection * pCon)
|
||||
pCounter pCount;
|
||||
|
||||
/* create filename */
|
||||
self->pFile = SNXMakeFileName(pServ->pSics, pCon);
|
||||
self->pFile = makeFilename(pServ->pSics, pCon);
|
||||
if (!self->pFile) {
|
||||
SCWrite(pCon, "ERROR: Extra severe: failed to create data file name",
|
||||
eError);
|
||||
|
Reference in New Issue
Block a user