remove warning print, which ended up appearing more often than I had anticipated

ENGINE-956
positron 1 year ago
parent ea414ac15f
commit 18e5676b4a

@ -618,12 +618,8 @@ static PEP_STATUS _expand_variables(char **out,
{ \
if (_ ## name ## _cache == NULL) { \
/* It is unusual and slightly bizarre than a path is \
accessed before initialisation; however it can happen \
in the engine test suite. */ \
fprintf (stderr, \
"WARNING: accessing %s before its cache is set:" \
" this should not happen in production.\n", \
#name); \
accessed before initialisation; however it can happen, \
for example in the engine test suite. */ \
reset_path_cache(); \
} \
assert (_ ## name ## _cache != NULL); \

Loading…
Cancel
Save