- Lauri
>From 2b64de4327808f70a3d7e5a1f645ee1167334764 Mon Sep 17 00:00:00 2001
From: Lauri Kasanen <[email protected]>
Date: Mon, 18 Jun 2012 19:31:53 +0300
Subject: [PATCH 2/3] mem: Remove unused struct


Signed-off-by: Lauri Kasanen <[email protected]>
---
 src/include/mk_memory.h |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/include/mk_memory.h b/src/include/mk_memory.h
index 0235397..ea58e86 100644
--- a/src/include/mk_memory.h
+++ b/src/include/mk_memory.h
@@ -28,15 +28,6 @@ typedef struct
     unsigned long len;
 } mk_pointer;
 
-struct list_sint
-{
-    unsigned short int index;
-    mk_pointer value;
-    struct list_sint *next;
-};
-
-typedef struct list_sint mk_list_sint_t;
-
 #if ((__GNUC__ * 100 + __GNUC__MINOR__) > 430)  /* gcc version > 4.3 */
 # define ALLOCSZ_ATTR(x,...) __attribute__ ((alloc_size(x, ##__VA_ARGS__)))
 #else
-- 
1.7.2.1

_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to