diff --git a/include/llvm/PassSupport.h b/include/llvm/PassSupport.h index a8d18399ebe..fe3ca520659 100644 --- a/include/llvm/PassSupport.h +++ b/include/llvm/PassSupport.h @@ -127,13 +127,6 @@ public: return ItfImpl; } - /// getPassInfo - Deprecated API compatibility function. This function - /// just returns 'this'. - /// - const PassInfo *getPassInfo() const { - return this; - } - protected: void registerPass(); void unregisterPass();