From: Anoop C S Date: Sun, 1 Mar 2026 05:55:09 +0000 (+0530) Subject: s3/include: Remove unused BIG_UINT X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5eb85e76fd32a43336f9d469eb47cb99bc627a9;p=thirdparty%2Fsamba.git s3/include: Remove unused BIG_UINT Signed-off-by: Anoop C S Reviewed-by: Martin Schwenke Autobuild-User(master): Martin Schwenke Autobuild-Date(master): Sun Mar 1 11:18:37 UTC 2026 on atb-devel-224 --- diff --git a/source3/include/includes.h b/source3/include/includes.h index 140bedd26cb..dcf526b5b2a 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -162,9 +162,6 @@ typedef sig_atomic_t volatile SIG_ATOMIC_T; #define INO_T_VAL(p, ofs) ((SMB_INO_T)(IVAL((p),(ofs)))) #endif -/* TODO: remove this macros */ -#define BIG_UINT(p, ofs) BVAL(p, ofs) - /* * Set the define that tells us if we can do 64 bit * NT SMB calls.