summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--talpid_ipc/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/talpid_ipc/src/lib.rs b/talpid_ipc/src/lib.rs
index 5987ca1c2a..324fb36f05 100644
--- a/talpid_ipc/src/lib.rs
+++ b/talpid_ipc/src/lib.rs
@@ -28,9 +28,6 @@ error_chain!{
description("Failed to start the IPC server")
}
- NotConnected {
- description("The IPC client is not connected to the server")
- }
SendError {
description("Unable to send message")
}