diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-23 10:07:45 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-27 15:28:10 +0100 |
commit | 4a2271349503933776f9d2791edfcb874a2c7261 (patch) | |
tree | a8fa8ab63ea63c4efdf576cecf659cf45cce062d /source3/include | |
parent | b8c416fe2ac37b3ba0124811cfeddf2015c8d31f (diff) | |
download | samba-4a2271349503933776f9d2791edfcb874a2c7261.tar.gz samba-4a2271349503933776f9d2791edfcb874a2c7261.tar.bz2 samba-4a2271349503933776f9d2791edfcb874a2c7261.zip |
s3:smbd: remove pointless respond_to_all_remaining_local_messages() function
This the process_kernel_oplock() function never response to messages,
it only generates messages to ourself.
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index dd5b601c2c..1713760666 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7126,7 +7126,6 @@ struct idle_event *event_add_idle(struct event_context *event_ctx, void *private_data), void *private_data); NTSTATUS allow_new_trans(struct trans_state *list, int mid); -void respond_to_all_remaining_local_messages(void); void reply_outbuf(struct smb_request *req, uint8 num_words, uint32 num_bytes); const char *smb_fn_name(int type); void add_to_common_flags2(uint32 v); |