Skip to content

Commit

Permalink
Remove unnecessary ifdef macro in cnid_dbd.c
Browse files Browse the repository at this point in the history
This macro once served a purpose, but now the Meson build system controls whether this code is compiled or not.
  • Loading branch information
rdmark committed Nov 19, 2024
1 parent 1e6c038 commit 2896e06
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libatalk/cnid/dbd/cnid_dbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#include "config.h"
#endif /* HAVE_CONFIG_H */

#ifdef CNID_BACKEND_DBD

#include <arpa/inet.h>
#include <arpa/inet.h>
#include <errno.h>
Expand Down Expand Up @@ -1038,6 +1036,3 @@ struct _cnid_module cnid_dbd_module = {
cnid_dbd_open,
0
};

#endif /* CNID_DBD */

0 comments on commit 2896e06

Please sign in to comment.