Remove redundant virtual on overriden functions.
[oota-llvm.git] / include / llvm / CodeGen / ForwardControlFlowIntegrity.h
index 906ae331431484a3d8345f9a99a1ed2f5e3f9d48..a6232c51df5e07794c1e66ef64c4ff557e2fa07b 100644 (file)
@@ -42,7 +42,7 @@ public:
   ForwardControlFlowIntegrity(JumpTable::JumpTableType JTT,
                               CFIntegrity CFIType,
                               bool CFIEnforcing, std::string CFIFuncName);
-  virtual ~ForwardControlFlowIntegrity() override;
+  ~ForwardControlFlowIntegrity() override;
 
   /// Runs the CFI pass on a given module. This works best if the module in
   /// question is the result of link-time optimization (see lib/LTO).