Skip to content

Commit 4ac7a89

Browse files
committed
cwe-name-lookup: use a defaulted destructor
1 parent e70fa68 commit 4ac7a89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib/cwe-name-lookup.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ CweNameLookup::CweNameLookup():
3434
{
3535
}
3636

37-
CweNameLookup::~CweNameLookup()
38-
{
39-
}
37+
CweNameLookup::~CweNameLookup() = default;
4038

4139
bool CweNameLookup::handleLine(const TStringList &fields)
4240
{

0 commit comments

Comments
 (0)