mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
Remove a more cppcheck warnings in vhdlpp.
This patch removes a few more cppcheck warnings in the vhdlpp directory.
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ class Scope : public ScopeBase {
|
||||
class ActiveScope : public ScopeBase {
|
||||
|
||||
public:
|
||||
ActiveScope() { }
|
||||
ActiveScope() : context_entity_(0) { }
|
||||
ActiveScope(ActiveScope*par) : ScopeBase(*par), context_entity_(0) { }
|
||||
|
||||
~ActiveScope() { }
|
||||
|
||||
Reference in New Issue
Block a user