From c723c0dae5fd2887b714a08bcaeadb663e4de44b Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Sat, 11 Apr 2009 01:21:57 +0530 Subject: do away with frame->root->{req,rsp}_refs members Signed-off-by: Anand V. Avati --- libglusterfs/src/stack.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libglusterfs') diff --git a/libglusterfs/src/stack.h b/libglusterfs/src/stack.h index 44bdcad3419..10ab7f2025a 100644 --- a/libglusterfs/src/stack.h +++ b/libglusterfs/src/stack.h @@ -91,8 +91,6 @@ struct _call_stack_t { gid_t gid; pid_t pid; call_frame_t frames; - dict_t *req_refs; - dict_t *rsp_refs; int32_t op; int8_t type; -- cgit