From ae58809c9fba0018e3a7a06ffe52801866d8c7a4 Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 2 Jul 2015 14:36:31 +0800 Subject: [PATCH] the slow death of fishd continues --- env_universal_common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/env_universal_common.h b/env_universal_common.h index 16c06459c..fcf5b6312 100644 --- a/env_universal_common.h +++ b/env_universal_common.h @@ -180,7 +180,4 @@ bool universal_log_enabled(); /* Environment variable for enabling universal variable logging (to stderr) */ #define UNIVERSAL_LOGGING_ENV_NAME "fish_universal_log" -/* Environment variable for enabling fishd */ -#define UNIVERSAL_USE_FISHD "fish_use_fishd" - #endif