summaryrefslogtreecommitdiff
path: root/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'entry.h')
-rw-r--r--entry.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/entry.h b/entry.h
index 5764624c..16fc3bf3 100644
--- a/entry.h
+++ b/entry.h
@@ -124,18 +124,6 @@ struct entry_finalizer_t {
virtual bool operator()(entry_t& entry, bool post) = 0;
};
-class entry_context : public error_context {
- public:
- const entry_base_t& entry;
-
- entry_context(const entry_base_t& _entry,
- const string& _desc = "") throw()
- : error_context(_desc), entry(_entry) {}
- virtual ~entry_context() throw() {}
-
- virtual void describe(std::ostream& out) const throw();
-};
-
class auto_entry_t : public entry_base_t
{
public: