aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/env_universal_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/env_universal_common.h')
-rw-r--r--src/env_universal_common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/env_universal_common.h b/src/env_universal_common.h
index 60cf0027..edc36016 100644
--- a/src/env_universal_common.h
+++ b/src/env_universal_common.h
@@ -167,13 +167,7 @@ public:
virtual bool notification_fd_became_readable(int fd);
};
-bool universal_log_enabled();
-#define UNIVERSAL_LOG(x) do { if (universal_log_enabled()) fprintf(stderr, "UNIVERSAL LOG: %s\n", x); } while (0)
-
/* Environment variable for requesting a particular universal notifier. See fetch_default_strategy_from_environment for names. */
#define UNIVERSAL_NOTIFIER_ENV_NAME "fish_universal_notifier"
-/* Environment variable for enabling universal variable logging (to stderr) */
-#define UNIVERSAL_LOGGING_ENV_NAME "fish_universal_log"
-
#endif