diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-02 15:16:18 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-02 15:16:18 -0400 |
commit | cf9b4a38739426e4993fac49798ebe7dcfa11d62 (patch) | |
tree | dfd7e8afc40eaf6cf829026709771f5e32e62740 /src/error.h | |
parent | b18214372e42f84cd3c3b4ecfce8bb0295e6f9ca (diff) | |
download | fork-ledger-cf9b4a38739426e4993fac49798ebe7dcfa11d62.tar.gz fork-ledger-cf9b4a38739426e4993fac49798ebe7dcfa11d62.tar.bz2 fork-ledger-cf9b4a38739426e4993fac49798ebe7dcfa11d62.zip |
Removed report_error() function and reordered context for parsing errors.
Diffstat (limited to 'src/error.h')
-rw-r--r-- | src/error.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/error.h b/src/error.h index d61490aa..4ff5a04c 100644 --- a/src/error.h +++ b/src/error.h @@ -72,8 +72,6 @@ string line_context(const string& line, istream_pos_type pos = istream_pos_type(0), istream_pos_type end_pos = istream_pos_type(0)); -void report_error(const std::exception& err); - #define DECLARE_EXCEPTION(name, kind) \ class name : public kind { \ public: \ |