diff options
author | 2019-02-11 22:18:30 +0100 | |
---|---|---|
committer | 2019-02-11 22:19:08 +0100 | |
commit | a905dffd08abdabad3d3e0cfd1c56eb1d91376cf (patch) | |
tree | cbd42cbdfeece77a5883a5219397796a3be75920 /src/lib/netlist/prg/nltool.cpp | |
parent | b628a80dee0bba38339682cfc9e8bab6006b1157 (diff) |
netlist: More cpp core guidelines alignment. (nw)
Diffstat (limited to 'src/lib/netlist/prg/nltool.cpp')
-rw-r--r-- | src/lib/netlist/prg/nltool.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/netlist/prg/nltool.cpp b/src/lib/netlist/prg/nltool.cpp index e9011b698a4..81ef785daee 100644 --- a/src/lib/netlist/prg/nltool.cpp +++ b/src/lib/netlist/prg/nltool.cpp @@ -172,8 +172,6 @@ public: { } - ~netlist_tool_t() = default; - void init() { } |