summaryrefslogtreecommitdiff
path: root/src/session.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.cc')
-rw-r--r--src/session.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/session.cc b/src/session.cc
index 38f15dc9..423c5e0d 100644
--- a/src/session.cc
+++ b/src/session.cc
@@ -354,11 +354,6 @@ expr_t::ptr_op_t session_t::lookup(const string& name)
return MAKE_FUNCTOR(session_t::option_file_);
break;
- case 'p':
- if (std::strcmp(p, "pager_") == 0)
- return MAKE_FUNCTOR(session_t::option_pager_);
- break;
-
case 't':
if (std::strcmp(p, "trace_") == 0)
return MAKE_FUNCTOR(session_t::option_trace_);