aboutsummaryrefslogtreecommitdiff
path: root/GateAnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'GateAnd.h')
-rw-r--r--GateAnd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/GateAnd.h b/GateAnd.h
index f56ca47..f3ba3a7 100644
--- a/GateAnd.h
+++ b/GateAnd.h
@@ -7,7 +7,6 @@ public:
GateAnd() = default;
GateAnd(const GateAnd * prototype);
~GateAnd() = default;
- virtual void sim();
virtual GateAnd * clone() const;
private: