From: hadaq Date: Fri, 16 Apr 2010 15:06:53 +0000 (+0000) Subject: warning fixed. Sergey. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=760bab3a932312fcea2d5726a6943e073f71d349;p=daqdata.git warning fixed. Sergey. --- diff --git a/ebctrl/ioc/ebctrlApp/src/writerunid.c b/ebctrl/ioc/ebctrlApp/src/writerunid.c index 35f8be8..15d8111 100644 --- a/ebctrl/ioc/ebctrlApp/src/writerunid.c +++ b/ebctrl/ioc/ebctrlApp/src/writerunid.c @@ -28,7 +28,6 @@ long writeRunId_proc( struct subRecord *psub ) runId = (unsigned long) psub->a; /* RUN Id */ char buf[_POSIX_PATH_MAX]; - int ebnum = getenv("EBNUM"); sprintf( buf, "%s%s", "daq_evtbuild", getenv("EBNUM") );