diff options
author | Tim Potter <tpot@samba.org> | 2005-08-17 12:51:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:33:27 -0500 |
commit | 878e139f09e6e2f87de35341f4340119959469e5 (patch) | |
tree | 77fc3d48549d14279f0f9714fecbaa48179a7237 /source4/lib | |
parent | 36fb8185edc70dfdedbf6e26c2aafaa3c46a9102 (diff) | |
download | samba-878e139f09e6e2f87de35341f4340119959469e5.tar.gz samba-878e139f09e6e2f87de35341f4340119959469e5.tar.bz2 samba-878e139f09e6e2f87de35341f4340119959469e5.zip |
r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like to
replace this with something funkier.
(This used to be commit 8d376d56c78894b9bbd27ed7fa70da415c0cd038)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/gencache.c | 3 | ||||
-rw-r--r-- | source4/lib/registry/common/reg_interface.c | 3 | ||||
-rw-r--r-- | source4/lib/registry/common/reg_util.c | 3 | ||||
-rw-r--r-- | source4/lib/registry/reg_samba.c | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/source4/lib/gencache.c b/source4/lib/gencache.c index 2db66b7564..de8c47ada5 100644 --- a/source4/lib/gencache.c +++ b/source4/lib/gencache.c @@ -27,9 +27,6 @@ #include "system/filesys.h" #include "db_wrap.h" -#undef DBGC_CLASS -#define DBGC_CLASS DBGC_TDB - #define TIMEOUT_LEN 12 #define CACHE_DATA_FMT "%12u/%s" diff --git a/source4/lib/registry/common/reg_interface.c b/source4/lib/registry/common/reg_interface.c index 76de2f041f..2abe90f2d1 100644 --- a/source4/lib/registry/common/reg_interface.c +++ b/source4/lib/registry/common/reg_interface.c @@ -22,9 +22,6 @@ #include "dlinklist.h" #include "registry.h" -#undef DBGC_CLASS -#define DBGC_CLASS DBGC_REGISTRY - /* List of available backends */ static struct reg_init_function_entry *backends = NULL; diff --git a/source4/lib/registry/common/reg_util.c b/source4/lib/registry/common/reg_util.c index e12cff186a..2d933f2e6b 100644 --- a/source4/lib/registry/common/reg_util.c +++ b/source4/lib/registry/common/reg_util.c @@ -21,9 +21,6 @@ #include "includes.h" #include "registry.h" -#undef DBGC_CLASS -#define DBGC_CLASS DBGC_REGISTRY - static const struct { uint32_t id; const char *name; diff --git a/source4/lib/registry/reg_samba.c b/source4/lib/registry/reg_samba.c index 3c9ae3f415..6341a1c4ee 100644 --- a/source4/lib/registry/reg_samba.c +++ b/source4/lib/registry/reg_samba.c @@ -20,9 +20,6 @@ #include "includes.h" #include "registry.h" -#undef DBGC_CLASS -#define DBGC_CLASS DBGC_REGISTRY - static WERROR reg_samba_get_predef (struct registry_context *ctx, uint32_t hkey, struct registry_key **k) { WERROR error; |