diff options
author | Ben Burdette <bburdette@protonmail.com> | 2022-04-15 14:49:08 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@protonmail.com> | 2022-04-15 14:49:08 -0600 |
commit | 93b8d315087921b0a024bf87555ac6c3bca6882d (patch) | |
tree | 6d1215c6ed2840a71aee94bae892b1fd219bf17c /src/libutil/experimental-features.hh | |
parent | 8b197c492e4e2878eb58bb2994fb8d7f8044bf90 (diff) | |
parent | b135de2b5f08aa8b549d69371823235124ef04a1 (diff) |
Merge branch 'master' into debug-exploratory-PR
Diffstat (limited to 'src/libutil/experimental-features.hh')
-rw-r--r-- | src/libutil/experimental-features.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libutil/experimental-features.hh b/src/libutil/experimental-features.hh index 3a254b423..266e41a22 100644 --- a/src/libutil/experimental-features.hh +++ b/src/libutil/experimental-features.hh @@ -49,10 +49,6 @@ public: ExperimentalFeature missingFeature; MissingExperimentalFeature(ExperimentalFeature); - virtual const char * sname() const override - { - return "MissingExperimentalFeature"; - } }; } |