summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/session.h b/src/session.h
index dc78d6f5..36da0a53 100644
--- a/src/session.h
+++ b/src/session.h
@@ -224,19 +224,6 @@ See LICENSE file included with the distribution for details and disclaimer.\n";
data_file = args[0].as_string();
return NULL_VALUE;
}
-
-#if 0
-#if defined(USE_BOOST_PYTHON)
- value_t option_import_(call_scope_t& args) {
- python_import(optarg);
- return NULL_VALUE;
- }
- value_t option_import_stdin(call_scope_t& args) {
- python_eval(std::cin, PY_EVAL_MULTI);
- return NULL_VALUE;
- }
-#endif
-#endif
};
/**