Remove lines that pull libs/ext/cothreads from CVS

Original commit message from CVS:
Remove lines that pull libs/ext/cothreads from CVS
This commit is contained in:
David Schleef 2003-07-29 02:16:06 +00:00
parent 8c768ff53e
commit 5c0dd41558

View file

@ -9,9 +9,6 @@ srcfile=gst/gst.c
if test ! -d common; then
echo "+ getting common from cvs"; cvs co common
fi
if test ! -d libs/ext/cothreads; then
echo "+ getting cothreads from cvs"; cvs co gst-cothreads
fi
# source helper functions
if test ! -f common/gst-autogen.sh;