diff options
Diffstat (limited to 'include/lldb/Host/linux/AbstractSocket.h')
-rw-r--r-- | include/lldb/Host/linux/AbstractSocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Host/linux/AbstractSocket.h b/include/lldb/Host/linux/AbstractSocket.h index f73a287cb3f87..3b38cde055224 100644 --- a/include/lldb/Host/linux/AbstractSocket.h +++ b/include/lldb/Host/linux/AbstractSocket.h @@ -15,7 +15,7 @@ namespace lldb_private { class AbstractSocket : public DomainSocket { public: - AbstractSocket(bool child_processes_inherit, Error &error); + AbstractSocket(bool child_processes_inherit); protected: size_t GetNameOffset() const override; |