diff options
-rw-r--r-- | src/report.h | 2 |
1 files changed, 0 insertions, 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<string>& whence, const value_t& text) { string cmd(text.to_string()); |