summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-02-07 12:01:36 +0100
committerVolker Lendecke <vl@samba.org>2010-02-07 12:29:25 +0100
commitc73ffb728099e453110ffeb0e665811b9fcec34d (patch)
treeb381b621fbaf87247fed28e3dc16fbe69ec82da2 /source3/include
parentff2d7d9b82a2c03cf193ed346198d396525063bc (diff)
downloadsamba-c73ffb728099e453110ffeb0e665811b9fcec34d.tar.gz
samba-c73ffb728099e453110ffeb0e665811b9fcec34d.tar.bz2
samba-c73ffb728099e453110ffeb0e665811b9fcec34d.zip
s3: Remove some unused code
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 177c3334d9..0660e77c73 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2708,7 +2708,6 @@ struct tevent_req *cli_get_fs_attr_info_send(TALLOC_CTX *mem_ctx,
struct cli_state *cli);
NTSTATUS cli_get_fs_attr_info_recv(struct tevent_req *req, uint32_t *fs_attr);
NTSTATUS cli_get_fs_attr_info(struct cli_state *cli, uint32_t *fs_attr);
-bool cli_get_fs_volume_info_old(struct cli_state *cli, fstring volume_name, uint32 *pserial_number);
bool cli_get_fs_volume_info(struct cli_state *cli, fstring volume_name, uint32 *pserial_number, time_t *pdate);
bool cli_get_fs_full_size_info(struct cli_state *cli,
uint64_t *total_allocation_units,