Remove dead code

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6859 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
malc 2009-03-19 02:14:10 +00:00
parent aba35a6cd1
commit a667866bc7

6
configure vendored
View file

@ -732,12 +732,6 @@ if test "$cpu" = "x86_64" \
hostlongbits="64"
fi
# check gcc options support
cat > $TMPC <<EOF
int main(void) {
}
EOF
# Check host NPTL support
cat > $TMPC <<EOF
#include <sched.h>