mirror of https://github.com/mpv-player/mpv
Remove useless comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24666 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
394ec174c7
commit
f6c37a932e
|
@ -1300,7 +1300,6 @@ if test "$_runtime_cpudetection" = yes && not x86 && not ppc; then
|
||||||
die "Runtime CPU detection only works for x86, x86-64 and PPC!"
|
die "Runtime CPU detection only works for x86, x86-64 and PPC!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# LGB: temporary files
|
|
||||||
for I in "$TMPDIR" "$TEMPDIR" "/tmp" ; do
|
for I in "$TMPDIR" "$TEMPDIR" "/tmp" ; do
|
||||||
test "$I" && break
|
test "$I" && break
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue