cleanup websocks

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2020-03-12 03:50:21 +03:00
parent 2f56547d5f
commit dd8200e8b0
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
6 changed files with 3 additions and 115 deletions

View file

@ -117,7 +117,6 @@ set (CLIENT_SRC
"${LIBI2PD_CLIENT_SRC_DIR}/SOCKS.cpp"
"${LIBI2PD_CLIENT_SRC_DIR}/HTTPProxy.cpp"
"${LIBI2PD_CLIENT_SRC_DIR}/I2CP.cpp"
"${LIBI2PD_CLIENT_SRC_DIR}/WebSocks.cpp"
)
add_library(libi2pdclient ${CLIENT_SRC})