summaryrefslogtreecommitdiff
path: root/mask.h
diff options
context:
space:
mode:
Diffstat (limited to 'mask.h')
-rw-r--r--mask.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mask.h b/mask.h
index eb729901..82634c19 100644
--- a/mask.h
+++ b/mask.h
@@ -21,12 +21,6 @@ class mask_t
}
};
-class mask_error : public error {
- public:
- mask_error(const string& _reason) throw() : error(_reason) {}
- virtual ~mask_error() throw() {}
-};
-
} // namespace ledger
#endif // _MASK_H