CodingStyle.md: remove redundant virtual specifier
[lttng-tools.git] / CodingStyle.md
index ea9e9d2cb472c24dd66f24618570782d541bb9b5..0aac92471eaa705840b56f99218c31e77c3b6017 100644 (file)
@@ -179,7 +179,7 @@ class thing_doer : public lttng::sessiond::doer {
 public:
        explicit thing_doer(const std::string& name);
 
-       virtual void do() override final;
+       void do() override final;
        const std::string& name() const;
 
 private:
This page took 0.022735 seconds and 4 git commands to generate.