summaryrefslogtreecommitdiff
path: root/source3/include/smb_macros.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-16 19:51:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:24 -0500
commite9623ecb2459fa39c5dd1bca06a1d9962b8dc31a (patch)
tree007bc5540921095357c253cfc0724fccacaad0c0 /source3/include/smb_macros.h
parent8e4945bc1588ed1ccb954f5add95558c3a582106 (diff)
downloadsamba-e9623ecb2459fa39c5dd1bca06a1d9962b8dc31a.tar.gz
samba-e9623ecb2459fa39c5dd1bca06a1d9962b8dc31a.tar.bz2
samba-e9623ecb2459fa39c5dd1bca06a1d9962b8dc31a.zip
r22277: __location__ is defined in libreplace now
metze (This used to be commit 9b45075a265d00847cf77b549759ad9373a16615)
Diffstat (limited to 'source3/include/smb_macros.h')
-rw-r--r--source3/include/smb_macros.h5
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)