Skip to content

Commit

Permalink
sysdb: remove sysdb_computer.[ch]
Browse files Browse the repository at this point in the history
The related calls are not needed anymore.

Resolves: #5708

Reviewed-by: Justin Stephenson <jstephen@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
  • Loading branch information
sumit-bose authored and alexey-tikhonov committed Jan 9, 2024
1 parent c02e09a commit ff23e7e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 239 deletions.
2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,6 @@ dist_noinst_HEADERS = \
src/db/sysdb_subid.h \
src/db/sysdb_domain_resolution_order.h \
src/db/sysdb_passkey_user_verification.h \
src/db/sysdb_computer.h \
src/db/sysdb_iphosts.h \
src/db/sysdb_ipnetworks.h \
src/confdb/confdb.h \
Expand Down Expand Up @@ -1252,7 +1251,6 @@ libsss_util_la_SOURCES = \
src/db/sysdb_iphosts.c \
src/db/sysdb_ipnetworks.c \
src/util/sss_pam_data.c \
src/db/sysdb_computer.c \
src/db/sysdb_subid.c \
src/util/util.c \
src/util/util_ext.c \
Expand Down
185 changes: 0 additions & 185 deletions src/db/sysdb_computer.c

This file was deleted.

51 changes: 0 additions & 51 deletions src/db/sysdb_computer.h

This file was deleted.

1 change: 0 additions & 1 deletion src/providers/ad/ad_gpo.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
#include "util/sss_chain_id.h"
#include <ndr.h>
#include <gen_ndr/security.h>
#include <db/sysdb_computer.h>

/* == gpo-ldap constants =================================================== */

Expand Down

0 comments on commit ff23e7e

Please sign in to comment.