Skip to content
Snippets Groups Projects
Commit 4fc8d2a8 authored by Lucas Magalhães's avatar Lucas Magalhães
Browse files

Remove legacy comment

parent d687af81
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment