diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index d6cfef3c..51ee9386 100644 --- a/src/report.h +++ b/src/report.h @@ -88,7 +88,9 @@ class report_t : public xml::xpath_t::scope_t // void eval(const string& expr) { +#if 0 xml::xpath_t(expr).compile((xml::document_t *)NULL, this); +#endif } void option_eval(value_t&, xml::xpath_t::scope_t * locals) { eval(locals->args[0].as_string()); |