diff --git a/cinera/cinera_config.c b/cinera/cinera_config.c index ddfffd4..094aec0 100644 --- a/cinera/cinera_config.c +++ b/cinera/cinera_config.c @@ -2611,7 +2611,6 @@ ResolveEnvironmentVariable(memory_book *M, string Variable) Result = ExtendStringInBook(M, Wrap0(Expansions.we_wordv[0])); } wordfree(&Expansions); -#endif return Result; }