summaryrefslogtreecommitdiff
path: root/journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'journal.h')
-rw-r--r--journal.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/journal.h b/journal.h
index e61ab114..d24e4fc1 100644
--- a/journal.h
+++ b/journal.h
@@ -118,14 +118,6 @@ public:
const path * original_file = NULL);
};
- class parse_error : public error
- {
- public:
- parse_error(const string& reason, error_context * ctxt = NULL) throw()
- : error(reason, ctxt) {}
- virtual ~parse_error() throw() {}
- };
-
bool valid() const;
};