summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-03-29 23:42:48 +0000
committerJeremy Allison <jra@samba.org>2004-03-29 23:42:48 +0000
commit1a643a6fe9aded2530cf10177b527071b34db95f (patch)
tree8ddbd038bc405115bb16fe029c01008b707447d0 /source3/smbd/trans2.c
parent578d7157558e4303bfed583cded4c4f35b4e2911 (diff)
downloadsamba-1a643a6fe9aded2530cf10177b527071b34db95f.tar.gz
samba-1a643a6fe9aded2530cf10177b527071b34db95f.tar.bz2
samba-1a643a6fe9aded2530cf10177b527071b34db95f.zip
Committed test code by mistake... removing.
Jeremy. (This used to be commit 73433dc349698b1b1f128439ab40eea6cbfa1187)
Diffstat (limited to 'source3/smbd/trans2.c')
-rw-r--r--source3/smbd/trans2.c10
1 files changed, 0 insertions, 10 deletions
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
@@ -50,16 +50,6 @@ SMB_BIG_UINT get_allocation_size(files_struct *fsp, SMB_STRUCT_STAT *sbuf)
}
/****************************************************************************
- 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
set correctly for the type of call.