瀏覽代碼

LibIMAP: Remove declarations for non-existent methods

Sam Atkins 2 年之前
父節點
當前提交
c4c65ba727
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Userland/Libraries/LibIMAP/Client.h

+ 0 - 1
Userland/Libraries/LibIMAP/Client.h

@@ -64,7 +64,6 @@ private:
     void setup_callbacks();
     void setup_callbacks();
 
 
     ErrorOr<void> on_ready_to_receive();
     ErrorOr<void> on_ready_to_receive();
-    ErrorOr<void> on_tls_ready_to_receive();
 
 
     ErrorOr<void> handle_parsed_response(ParseStatus&& parse_status);
     ErrorOr<void> handle_parsed_response(ParseStatus&& parse_status);
     ErrorOr<void> send_next_command();
     ErrorOr<void> send_next_command();