diff options
Diffstat (limited to 'GateAnd.h')
-rw-r--r-- | GateAnd.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ public: GateAnd() = default; GateAnd(const GateAnd * prototype); ~GateAnd() = default; - virtual void sim(); virtual GateAnd * clone() const; private: |