Przeglądaj źródła

delete unused code

Paul 5 lat temu
rodzic
commit
7a234ce156
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      src/index.ts

+ 0
- 1
src/index.ts Wyświetl plik

@@ -9,7 +9,6 @@ const MAX_PAYLOAD = 1024 * 1024;
9 9
  */
10 10
 class Client {
11 11
   private listeners: Map<number, (data: string) => void>;
12
-  private requestCallback: RequestCallback;
13 12
   private requestHeader: string;
14 13
   private responseHeader: string;
15 14
   private maxPayload: number;