From 4fc8d2a8c5c8441b52a2b7f14fbe0f238f7dd530 Mon Sep 17 00:00:00 2001 From: "Lucas A. M. Magalhaes" <lucas.magalhaes@ess.eu> Date: Thu, 3 Nov 2022 14:41:55 +0100 Subject: [PATCH] Remove legacy comment --- require-ess/src/require.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/require-ess/src/require.c b/require-ess/src/require.c index 3c5ba103..cbef89f5 100644 --- a/require-ess/src/require.c +++ b/require-ess/src/require.c @@ -269,10 +269,6 @@ static int setupDbPath(const char *module, const char *dbdir) { static int getRecordHandle(const char *namepart, short type, long minsize, DBADDR *paddr) { - /* - #define PVNAME_STRINGSZ 61 - defined in EPICS_BASE/include/dbDefs.h - */ char recordname[PVNAME_STRINGSZ] = ""; long dummy = 0L; long offset = 0L; @@ -877,14 +873,6 @@ static int handleDependencies(const char *module, char *depfilename) { end = rversion; /* find end of version */ while (*end && !isspace((unsigned char)*end)) end++; - - /* add + to numerial versions if not yet there */ - /* - ESS would like to use the MATCH version only, not HIGHER. - In order to touch the PSI code mininaly, disable add + from VERSION from Dep - file. At the same time, ESS use the X.X.X instead of X.X. Wednesday, May 2 - 00:12:18 CEST 2018, jhlee - */ /* terminate version */ *end = 0; } -- GitLab