summaryrefslogtreecommitdiff
path: root/source3/passdb/passgrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/passdb/passgrp.c')
-rw-r--r--source3/passdb/passgrp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/passdb/passgrp.c b/source3/passdb/passgrp.c
index f73591793f..d7ed965648 100644
--- a/source3/passdb/passgrp.c
+++ b/source3/passdb/passgrp.c
@@ -21,9 +21,6 @@
#include "includes.h"
-#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_PASSDB
-
/*
* NOTE. All these functions are abstracted into a structure
* that points to the correct function for the selected database. JRA.