summaryrefslogtreecommitdiff
path: root/walk.h
diff options
context:
space:
mode:
Diffstat (limited to 'walk.h')
-rw-r--r--walk.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/walk.h b/walk.h
index cb13a826..c92366e0 100644
--- a/walk.h
+++ b/walk.h
@@ -693,14 +693,6 @@ public:
virtual void operator()(xact_t& xact);
};
-class interval_expr_error : public error {
- public:
- interval_expr_error(const string& reason,
- error_context * ctxt = NULL) throw()
- : error(reason, ctxt) {}
- virtual ~interval_expr_error() throw() {}
-};
-
class interval_xacts : public subtotal_xacts
{
interval_t interval;