summaryrefslogtreecommitdiffstats
path: root/libmount/src/libmount.sym
diff options
context:
space:
mode:
authorDave Reisner2012-02-22 05:16:34 +0100
committerKarel Zak2012-02-22 11:52:44 +0100
commita33df88c45b4efa5d40fb4c84befa25708146f25 (patch)
treeb7b9e8b67a378c099686795972abf720bce4ea59 /libmount/src/libmount.sym
parentdocs: trivial documentation fixes and improvements (diff)
downloadkernel-qcow2-util-linux-a33df88c45b4efa5d40fb4c84befa25708146f25.tar.gz
kernel-qcow2-util-linux-a33df88c45b4efa5d40fb4c84befa25708146f25.tar.xz
kernel-qcow2-util-linux-a33df88c45b4efa5d40fb4c84befa25708146f25.zip
libmount: remove teaser proto for mnt_table_get_name
This function was never implemented, but the proto has existed since the inception of the library. As the libmnt_table struct doesn't include a member necessary to carry the name of the table, simply discard this prototype. If ever a need to break ABI comes up, perhaps this could be revisited. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'libmount/src/libmount.sym')
-rw-r--r--libmount/src/libmount.sym1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmount/src/libmount.sym b/libmount/src/libmount.sym
index d4e005692..6889d9dd3 100644
--- a/libmount/src/libmount.sym
+++ b/libmount/src/libmount.sym
@@ -163,7 +163,6 @@ global:
mnt_table_find_tag;
mnt_table_find_target;
mnt_table_get_cache;
- mnt_table_get_name;
mnt_table_get_nents;
mnt_table_get_root_fs;
mnt_table_next_child_fs;