]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: remove unused code
authorYehuda Sadeh <yehuda@hq.newdream.net>
Wed, 4 Mar 2009 22:12:57 +0000 (14:12 -0800)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Wed, 4 Mar 2009 22:12:57 +0000 (14:12 -0800)
src/kernel/ceph_tools.c

index 249b347fe288eea556f15fa57cbb3cc6e6ca0753..05de4157d1c18513562a5a948c3afce5a6a2fc86 100644 (file)
@@ -30,11 +30,6 @@ struct alloc_data {
        u32 suffix_magic;
 };
 
-struct stack_frame {
-       struct stack_frame *next_frame;
-       unsigned long return_address;
-};
-
 void *ceph_kmalloc(char *fname, int line, size_t size, gfp_t flags)
 {
        struct alloc_data *p = kmalloc(size+sizeof(struct alloc_data), flags);