Skip to content

Commit

Permalink
Remove libzfs_graph.c
Browse files Browse the repository at this point in the history
The libzfs_graph.c source file should have been removed in 330d06f,
it is entirely unused.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes openzfs#4766
  • Loading branch information
behlendorf committed Jun 16, 2016
1 parent f74b821 commit 46ab359
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 656 deletions.
2 changes: 0 additions & 2 deletions include/libzfs_impl.h
Expand Up @@ -145,8 +145,6 @@ int zfs_standard_error_fmt(libzfs_handle_t *, int, const char *, ...);
int zpool_standard_error(libzfs_handle_t *, int, const char *);
int zpool_standard_error_fmt(libzfs_handle_t *, int, const char *, ...);

int get_dependents(libzfs_handle_t *, boolean_t, const char *, char ***,
size_t *);
zfs_handle_t *make_dataset_handle_zc(libzfs_handle_t *, zfs_cmd_t *);
zfs_handle_t *make_dataset_simple_handle_zc(zfs_handle_t *, zfs_cmd_t *);

Expand Down
1 change: 0 additions & 1 deletion lib/libzfs/Makefile.am
Expand Up @@ -15,7 +15,6 @@ USER_C = \
libzfs_dataset.c \
libzfs_diff.c \
libzfs_fru.c \
libzfs_graph.c \
libzfs_import.c \
libzfs_iter.c \
libzfs_mount.c \
Expand Down

0 comments on commit 46ab359

Please sign in to comment.