From: Volker Lendecke Date: Tue, 25 Sep 2018 10:58:16 +0000 (-0700) Subject: includes: Remove an unused #define X-Git-Tag: tdb-1.3.17~1459 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=965d7e905f9bca0779de09d2788ac0cb5dfc6e2b;p=thirdparty%2Fsamba.git includes: Remove an unused #define Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/include/smb.h b/source3/include/smb.h index 89469fc1433..7f22a60a3aa 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -546,11 +546,6 @@ enum remote_arch_types {RA_UNKNOWN, RA_WFWG, RA_OS2, RA_WIN95, RA_WINNT, #define FNUM_FIELD_INVALID 0 -/* - * Size of buffer to use when moving files across filesystems. - */ -#define COPYBUF_SIZE (8*1024) - /* * Map the Core and Extended Oplock requesst bits down * to common bits (EXCLUSIVE_OPLOCK & BATCH_OPLOCK).