diff --git a/Libraries/LibIPC/Stub.h b/Libraries/LibIPC/Stub.h index 91f016f1c9..44dcb6418d 100644 --- a/Libraries/LibIPC/Stub.h +++ b/Libraries/LibIPC/Stub.h @@ -29,9 +29,6 @@ public: protected: Stub() = default; - -private: - ByteString m_name; }; }