summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-05 10:53:05 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-06 10:18:38 +0200
commitc44d2e934c4b45971d537358aba60828164e9b91 (patch)
tree7bae46390983a8459f6d250f77a8da2d7ecd9800 /source3/include/smb.h
parent5306c18f2cf03973b60e544f0750d28eb0b8ef3f (diff)
downloadsamba-c44d2e934c4b45971d537358aba60828164e9b91.tar.gz
samba-c44d2e934c4b45971d537358aba60828164e9b91.tar.bz2
samba-c44d2e934c4b45971d537358aba60828164e9b91.zip
s3:include: remove unused forward declaration of deferred_open_record in smb.h
metze
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 44b5ff9fd4..b9b9f6476e 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1032,9 +1032,6 @@ struct smb_extended_info {
char samba_version_string[SAMBA_EXTENDED_INFO_VERSION_STRING_LENGTH];
};
-/* Used to keep track of deferred opens. */
-struct deferred_open_record;
-
/* Used inside aio code. */
struct aio_extra;