summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/opresolv.cpp
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2020-01-31 03:45:34 +0100
committer GitHub <noreply@github.com>2020-01-30 21:45:34 -0500
commit4a102057779ece1b11431ff0b7787249ce0ad3ad (patch)
treee4911a5cb1a4286dd1547213c4f5eaf993b6adf4 /src/lib/util/opresolv.cpp
parent059243f68ec0c2e327a3105a9480f50e5e0b4abf (diff)
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Diffstat (limited to 'src/lib/util/opresolv.cpp')
-rw-r--r--src/lib/util/opresolv.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/util/opresolv.cpp b/src/lib/util/opresolv.cpp
index 034f9418426..210dde4f224 100644
--- a/src/lib/util/opresolv.cpp
+++ b/src/lib/util/opresolv.cpp
@@ -63,15 +63,6 @@ option_resolution::option_resolution(const option_guide &guide)
// -------------------------------------------------
-// dtor
-// -------------------------------------------------
-
-option_resolution::~option_resolution()
-{
-}
-
-
-// -------------------------------------------------
// lookup_in_specification
// -------------------------------------------------