Remove some cruft

This commit is contained in:
Gioacchino Mazzurco 2019-10-31 11:29:16 +01:00
parent a9510da61b
commit 48879d1f40
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
2 changed files with 0 additions and 6 deletions

View file

@ -75,9 +75,6 @@ const int WINDOWS_TCP_BUFFER_SIZE = 512 * 1024; // 512 KB
* *
*/ */
class pqissl;
class cert;
class pqissllistener; class pqissllistener;
class p3LinkMgr; class p3LinkMgr;
struct RsPeerCryptoParams; struct RsPeerCryptoParams;

View file

@ -34,9 +34,6 @@
* It uses the Domain Name interface of SOCKS5, as opposed to an IP address. * It uses the Domain Name interface of SOCKS5, as opposed to an IP address.
*/ */
class pqisslproxy;
class cert;
/* This provides a NetBinInterface, which is /* This provides a NetBinInterface, which is
* primarily inherited from pqissl. * primarily inherited from pqissl.
* fns declared here are different -> all others are identical. * fns declared here are different -> all others are identical.