]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3/include: Remove unused BIG_UINT
authorAnoop C S <anoopcs@samba.org>
Sun, 1 Mar 2026 05:55:09 +0000 (11:25 +0530)
committerMartin Schwenke <martins@samba.org>
Sun, 1 Mar 2026 11:18:37 +0000 (11:18 +0000)
Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Sun Mar  1 11:18:37 UTC 2026 on atb-devel-224

source3/include/includes.h

index 140bedd26cb034e03599e823ece10ba36f2f06e9..dcf526b5b2a8a65525a7b6f8609a7cf21c4f97af 100644 (file)
@@ -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.