libDtSearch: remove NO_COUNTRY code which is always off for CDE

This commit is contained in:
Peter Howkins
2018-06-29 01:04:55 +01:00
parent 9d921ba219
commit 86b9a0fee4
10 changed files with 1 additions and 30 deletions

View File

@@ -295,7 +295,6 @@ char *path_str; /* Path to remove filename from */
return (dirpath);
}
#ifndef NO_COUNTRY
/* Set Country Table path
*/
int d_ctbpath(ctb TASK_PARM)
@@ -326,5 +325,4 @@ TASK_DECL
RETURN( db_status );
}
#endif
/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin pathfcns.c */