remove extraneous function

pull/2/head
weidai 2007-05-04 15:35:38 +00:00
parent 0150b2d663
commit c4365a3870
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ class CRYPTOPP_DLL Rijndael : public Rijndael_Info, public BlockCipherDocumentat
{
public:
void ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
void ProcessAndXorBlock_Old(const byte *inBlock, const byte *xorBlock, byte *outBlock) const;
};
public: