From 773db54d21772e0c4f76f669f89f51a201cc6261 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 28 Oct 2009 02:30:17 -0400 Subject: Fixed a gcc warning --- src/report.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/report.h b/src/report.h index 6d63a0e9..294af19a 100644 --- a/src/report.h +++ b/src/report.h @@ -633,7 +633,6 @@ public: OPTION__ (report_t, pager_, CTOR(report_t, pager_) { -#if 1 if (! std::getenv("PAGER")) { bool have_less = false; if (exists(path("/opt/local/bin/less")) || @@ -646,7 +645,6 @@ public: setenv("LESS", "--quit-if-one-screen -R", 0); } } -#endif } virtual void on_with(const optional& whence, const value_t& text) { string cmd(text.to_string()); -- cgit v1.2.3