summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--device.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/device.c b/device.c
index 4243c18..8869887 100644
--- a/device.c
+++ b/device.c
@@ -78,9 +78,6 @@ int device_type_add(struct device_type *devtype)
return 0;
}
-/* Retrieve the device type for the given name. If 'bridge' is true, the type
- * must have bridge capabilities
- */
struct device_type *
device_type_get(const char *tname)
{