]> git.proxmox.com Git - qemu.git/blobdiff - cutils.c
openpic: combine mpic and openpic src handlers
[qemu.git] / cutils.c
index 6f9f799bd381c85f929ad4444cdbdc59634d3fc7..4f0692f78ed1a7e6133db6eb97203876d78609f2 100644 (file)
--- a/cutils.c
+++ b/cutils.c
@@ -280,11 +280,6 @@ int qemu_parse_fd(const char *param)
     return fd;
 }
 
-int qemu_parse_fdset(const char *param)
-{
-    return qemu_parse_fd(param);
-}
-
 /* round down to the nearest power of 2*/
 int64_t pow2floor(int64_t value)
 {