# HG changeset patch # User Richard Laager # Date 1124903420 0 # Node ID b0185f9214d3f9b6b519f743e3d0f4bbac1486f3 # Parent 1d97f18595be58eeff304aee23d97fe3eea4a9b2 [gaim-migrate @ 13546] Remove // comments committer: Tailor Script diff -r 1d97f18595be -r b0185f9214d3 src/cipher.c --- a/src/cipher.c Wed Aug 24 02:38:48 2005 +0000 +++ b/src/cipher.c Wed Aug 24 17:10:20 2005 +0000 @@ -372,7 +372,6 @@ { while (words--) { *buf=GUINT_FROM_LE(*buf); - // __le32_to_cpus(buf); buf++; } } @@ -380,7 +379,6 @@ static inline void cpu_to_le32_array(guint32 *buf, unsigned int words) { while (words--) { -// __cpu_to_le32s(buf); *buf=GUINT_TO_LE(*buf); buf++; }