From 1a643a6fe9aded2530cf10177b527071b34db95f Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 29 Mar 2004 23:42:48 +0000 Subject: Committed test code by mistake... removing. Jeremy. (This used to be commit 73433dc349698b1b1f128439ab40eea6cbfa1187) --- source3/smbd/trans2.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source3/smbd/trans2.c') diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index 9f5ef09454..2f164dafa2 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -49,16 +49,6 @@ SMB_BIG_UINT get_allocation_size(files_struct *fsp, SMB_STRUCT_STAT *sbuf) return ret; } -/**************************************************************************** - Utility functions for dealing with extended attributes. -****************************************************************************/ - -struct ea_list { - struct ea_list *next, *prev; - struct ea_struct ea; -}; - -static /**************************************************************************** Send the required number of replies back. We assume all fields other than the data fields are -- cgit