diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/smb_macros.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/smb_macros.h b/source3/include/smb_macros.h index 4ca227c21e..d696db3d3a 100644 --- a/source3/include/smb_macros.h +++ b/source3/include/smb_macros.h @@ -350,11 +350,6 @@ copy an IP address from one buffer to another #else -#define _STRING_LINE_(s) #s -#define _STRING_LINE2_(s) _STRING_LINE_(s) -#define __LINESTR__ _STRING_LINE2_(__LINE__) -#define __location__ __FILE__ ":" __LINESTR__ - #define PRS_ALLOC_MEM(ps, type, count) (type *)prs_alloc_mem((ps),sizeof(type),(count)) #define PRS_ALLOC_MEM_VOID(ps, size) prs_alloc_mem((ps),(size),1) |