From 760bab3a932312fcea2d5726a6943e073f71d349 Mon Sep 17 00:00:00 2001 From: hadaq Date: Fri, 16 Apr 2010 15:06:53 +0000 Subject: [PATCH] warning fixed. Sergey. --- ebctrl/ioc/ebctrlApp/src/writerunid.c | 1 - 1 file changed, 1 deletion(-) 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") ); -- 2.43.0