changeset 11333:b0185f9214d3

[gaim-migrate @ 13546] Remove // comments committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 24 Aug 2005 17:10:20 +0000
parents 1d97f18595be
children 681870123ce3
files src/cipher.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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++;
 	}