From: Volker Lendecke Date: Fri, 19 Sep 2025 20:50:13 +0000 (-0700) Subject: lib: Remove an ancient prototype X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b1e28cf8eadd242147f21d4948b40781c227fef;p=thirdparty%2Fsamba.git lib: Remove an ancient prototype Signed-off-by: Volker Lendecke Reviewed-by: Anoop C S --- diff --git a/source3/include/smb.h b/source3/include/smb.h index 61c5963a02c..bd7abd7f364 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -408,10 +408,6 @@ struct interface { otherwise NT will not honour the announce packets */ #define MAX_SERVER_STRING_LENGTH 48 -#ifdef NOSTRDUP -char *strdup(char *s); -#endif - #ifndef SELECT_CAST #define SELECT_CAST #endif