aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-04-29 16:20:23 -0500
committerAvi Kivity <avi@redhat.com>2009-04-30 12:47:38 +0300
commitfb8f694cbb6a8536328b3fb3cd49682f860fea94 (patch)
tree3c018a98561cf242dc319fbc3c29b5f935122271 /qemu-common.h
parentRemove extra call to kvm_cpu_exec() (diff)
downloadqemu-kvm-fb8f694cbb6a8536328b3fb3cd49682f860fea94.tar.gz
qemu-kvm-fb8f694cbb6a8536328b3fb3cd49682f860fea94.tar.bz2
qemu-kvm-fb8f694cbb6a8536328b3fb3cd49682f860fea94.zip
Remove dead functions from cutils
These are leftover from the old migration code. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'qemu-common.h')
-rw-r--r--qemu-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu-common.h b/qemu-common.h
index 77d4dddcc..942d3a6ec 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -109,8 +109,6 @@ int strstart(const char *str, const char *val, const char **ptr);
int stristart(const char *str, const char *val, const char **ptr);
time_t mktimegm(struct tm *tm);
int qemu_fls(int i);
-int hex2bin(char ch);
-char *urldecode(const char *ptr);
#define qemu_isalnum(c) isalnum((unsigned char)(c))
#define qemu_isalpha(c) isalpha((unsigned char)(c))