Author: adrian.chadd
Date: Tue Apr 21 22:09:33 2009
New Revision: 13977
Modified:
branches/LUSCA_HEAD/libsqtlv/tlv.c
Log:
Remove the commented out bits, they're not needed anymore.
Modified: branches/LUSCA_HEAD/libsqtlv/tlv.c
==============================================================================
--- branches/LUSCA_HEAD/libsqtlv/tlv.c (original)
+++ branches/LUSCA_HEAD/libsqtlv/tlv.c Tue Apr 21 22:09:33 2009
@@ -10,16 +10,9 @@
#include "tlv.h"
-#if 0
-MemPool * pool_swap_tlv = NULL;
-#endif
-
void
tlv_init(void)
{
-#if 0
- pool_swap_tlv = memPoolCreate("storeSwapTLV", sizeof(tlv));
-#endif
}
tlv **
@@ -42,7 +35,6 @@
while ((t = n) != NULL) {
n = t->next;
xfree(t->value);
-/* memPoolFree(pool_swap_tlv, t); */
xfree(t);
}
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---