summaryrefslogtreecommitdiffstats
path: root/qemu/include/qemu/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/qemu/path.h')
-rw-r--r--qemu/include/qemu/path.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/qemu/include/qemu/path.h b/qemu/include/qemu/path.h
deleted file mode 100644
index ed5fee086..000000000
--- a/qemu/include/qemu/path.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef QEMU_PATH_H
-#define QEMU_PATH_H 1
-
-void init_paths(const char *prefix);
-const char *path(const char *pathname);
-
-#endif