diff options
author | 2020-04-08 17:10:21 +0200 | |
---|---|---|
committer | 2020-04-08 11:10:21 -0400 | |
commit | e9f6bd8d019ee808f592f0fce846dba3b129ebed (patch) | |
tree | 3499aa6f0631f0bbdfdfc17a213b2f16ef47adb2 /src/lib/util/opresolv.cpp | |
parent | efceabc768ceacdaa6d88ff9eb23f909efc1723a (diff) |
Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360)
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (nw)"
This reverts commit 54486ab9
* fixed merge error
Diffstat (limited to 'src/lib/util/opresolv.cpp')
-rw-r--r-- | src/lib/util/opresolv.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/util/opresolv.cpp b/src/lib/util/opresolv.cpp index 210dde4f224..034f9418426 100644 --- a/src/lib/util/opresolv.cpp +++ b/src/lib/util/opresolv.cpp @@ -63,6 +63,15 @@ option_resolution::option_resolution(const option_guide &guide) // ------------------------------------------------- +// dtor +// ------------------------------------------------- + +option_resolution::~option_resolution() +{ +} + + +// ------------------------------------------------- // lookup_in_specification // ------------------------------------------------- |