Skip to content
Snippets Groups Projects
Commit 7599b214 authored by rswindell's avatar rswindell
Browse files

Removed unused variable.

parent 2b61e79e
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,6 @@ int SMBCALL smb_addmsg(smb_t* smb, smbmsg_t* msg, int storage, long dupechk_hash
hash_t found;
hash_t** hashes=NULL; /* This is a NULL-terminated list of hashes */
smbmsg_t remsg;
time_t start = 0;
if(!SMB_IS_OPEN(smb)) {
safe_snprintf(smb->last_error,sizeof(smb->last_error),"%s msgbase not open", __FUNCTION__);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment