summaryrefslogtreecommitdiff
path: root/src/mask.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mask.h')
-rw-r--r--src/mask.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mask.h b/src/mask.h
index 670c1807..6b17cf61 100644
--- a/src/mask.h
+++ b/src/mask.h
@@ -83,9 +83,6 @@ public:
bool empty() const {
return expr.empty();
}
-
- void read(const char *& data);
- void write(std::ostream& out) const;
};
inline std::ostream& operator<<(std::ostream& out, const mask_t& mask) {