diff options
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/pstring.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/include/pstring.h b/source4/include/pstring.h index 0cbc964c34..43fd7fdfcf 100644 --- a/source4/include/pstring.h +++ b/source4/include/pstring.h @@ -33,8 +33,6 @@ _DEPRECATED_ typedef char pstring[PSTRING_LEN]; typedef char fstring[FSTRING_LEN]; -#define pstrcpy(d,s) safe_strcpy((d),(s),sizeof(pstring)-1) -#define pstrcat(d,s) safe_strcat((d),(s),sizeof(pstring)-1) #define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1) #define fstrcat(d,s) safe_strcat((d),(s),sizeof(fstring)-1) |