diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-11-15 21:22:07 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-11-15 21:22:48 +0100 |
commit | f0a1efe9fe080675a31f16104cd6a1df8fe87909 (patch) | |
tree | c5478c00214f59118b264d6188cce6425099fad2 /libmachdev | |
parent | eadd22d3da5ab76f4f9083f10d8cace9ead1b8b1 (diff) | |
download | hurd-f0a1efe9fe080675a31f16104cd6a1df8fe87909.tar.gz hurd-f0a1efe9fe080675a31f16104cd6a1df8fe87909.tar.bz2 hurd-f0a1efe9fe080675a31f16104cd6a1df8fe87909.zip |
libmachdev: Remove duplicate declaration
* libmachdev/ds_routines.c (machdev_is_master_device): Remove duplicate
declaration.
Diffstat (limited to 'libmachdev')
-rw-r--r-- | libmachdev/ds_routines.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmachdev/ds_routines.c b/libmachdev/ds_routines.c index 64080176..d2b5352e 100644 --- a/libmachdev/ds_routines.c +++ b/libmachdev/ds_routines.c @@ -82,8 +82,6 @@ struct port_class *machdev_device_class; static struct machdev_device_emulation_ops *emulation_list[MAX_NUM_EMULATION]; static int num_emul = 0; -boolean_t machdev_is_master_device (mach_port_t port); - /* * What follows is the interface for the native Mach devices. */ |