summaryrefslogtreecommitdiffstats
path: root/net/quic/crypto/curve25519_key_exchange.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/crypto/curve25519_key_exchange.h')
-rw-r--r--net/quic/crypto/curve25519_key_exchange.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/quic/crypto/curve25519_key_exchange.h b/net/quic/crypto/curve25519_key_exchange.h
index f2285b4..77e78e8 100644
--- a/net/quic/crypto/curve25519_key_exchange.h
+++ b/net/quic/crypto/curve25519_key_exchange.h
@@ -39,10 +39,7 @@ class NET_EXPORT_PRIVATE Curve25519KeyExchange : public KeyExchange {
private:
Curve25519KeyExchange();
-// TODO(rtenneti): Add support for curve25519.
-#if 0
uint8 private_key_[32];
-#endif
uint8 public_key_[32];
};