diff --git a/source/include/passdb.h b/source/include/passdb.h index 1f3c8cb28b3..79ba3918672 100644 --- a/source/include/passdb.h +++ b/source/include/passdb.h @@ -420,6 +420,4 @@ struct pdb_init_function_entry { struct pdb_init_function_entry *prev, *next; }; -enum sql_search_field { SQL_SEARCH_NONE = 0, SQL_SEARCH_USER_SID = 1, SQL_SEARCH_USER_NAME = 2}; - #endif /* _PASSDB_H */