diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-05 22:57:21 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-05 22:57:21 +0000 |
commit | 9b20682e6723d6e1c76d6ee1823472377dcd11d6 (patch) | |
tree | 7e5ea75705c9b9da20523b9327aaa504d000cf82 | |
parent | 92fe614f3b30b8c002ac4b8d12e0d38135bf2c13 (diff) |
remove testing stuff
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@72 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | nslcd-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nslcd-common.h b/nslcd-common.h index e69b924..50c24e1 100644 --- a/nslcd-common.h +++ b/nslcd-common.h @@ -11,7 +11,6 @@ int32_t tmpint32; - temporary variable */ -#define DEBUG_PRINT_OLD(...) fprintf(stderr, ## args) #ifdef DEBUG_PROT #define DEBUG_PRINT(fmt,arg) fprintf(stderr,fmt,arg) #else /* DEBUG_PROT */ |