From 2ab4bb1c04a808398375ae53f2a124cbb56473df Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 11 Sep 2020 08:49:52 +0200 Subject: [PATCH] minor --- .../mythen3DetectorServer/slsDetectorFunctionList.c | 1 - 1 file changed, 1 deletion(-) diff --git a/slsDetectorServers/mythen3DetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/mythen3DetectorServer/slsDetectorFunctionList.c index a220412ff..4b6238b64 100644 --- a/slsDetectorServers/mythen3DetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/mythen3DetectorServer/slsDetectorFunctionList.c @@ -167,7 +167,6 @@ int checkKernelVersion() { #ifdef VIRTUAL return OK; #endif - return Nios_checkKernelVersion(KERNEL_DATE_VRSN); }