[PATCH] removing comments related to removed malloc debugging code
Frodo Baggins
frodo.drogo at gmail.com
Tue Sep 4 14:08:24 UTC 2007
---
libparted/libparted.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/libparted/libparted.c b/libparted/libparted.c
index 8b0fb5a..3e9aae4 100644
--- a/libparted/libparted.c
+++ b/libparted/libparted.c
@@ -40,11 +40,6 @@
const PedArchitecture* ped_architecture;
-/* ped_malloc() debugging. Stick the address and size of memory blocks that
- * weren't ped_free()d in here, and an exception will be thrown when it is
- * allocated. That way, you can find out what, exactly, the allocated thing
- * is, and where it is created.
- */
typedef struct
{
void* pointer;
--
1.4.3.4
More information about the parted-devel
mailing list