Explorar el Código

InternalDHKeyExchange: Remove unused dtor

Tatsuhiro Tsujikawa hace 12 años
padre
commit
d2af91ed08
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/InternalDHKeyExchange.h

+ 0 - 1
src/InternalDHKeyExchange.h

@@ -52,7 +52,6 @@ private:
 
 public:
   DHKeyExchange() : keyLength_(0) {}
-  ~DHKeyExchange() {}
 
   void init(const unsigned char* prime, size_t primeBits,
             const unsigned char* generator, size_t privateKeyBits);