diff options
author | Brian Behlendorf <[email protected]> | 2016-06-15 14:44:14 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-06-16 13:53:15 -0700 |
commit | 46ab35954c7a7e4dc6591593c14f672bceee042d (patch) | |
tree | bbb7e12f485f41a68a6946d81a61bed750563857 /include/libzfs_impl.h | |
parent | f74b821a6696fef9e9953aae05941e99bf83800e (diff) |
Remove libzfs_graph.c
The libzfs_graph.c source file should have been removed in 330d06f,
it is entirely unused.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #4766
Diffstat (limited to 'include/libzfs_impl.h')
-rw-r--r-- | include/libzfs_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libzfs_impl.h b/include/libzfs_impl.h index ff02fa794..1efe4e233 100644 --- a/include/libzfs_impl.h +++ b/include/libzfs_impl.h @@ -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 *); |