src/utils/qa/getSplit.csh 1.11

1.11 2009/05/12 23:49:32 kuhn
dropped declaration of varialbe no longer used
Index: src/utils/qa/getSplit.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/getSplit.csh,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/utils/qa/getSplit.csh	12 May 2009 23:48:03 -0000	1.10
+++ src/utils/qa/getSplit.csh	12 May 2009 23:49:32 -0000	1.11
@@ -65,9 +65,8 @@
 # -------------------------------------------------
 # get all assemblies containing $tablename
 
 set chrom=""
-set split=""
 
 # check for chromInfo table
 hgsql -N $host -e 'SHOW TABLES' $db | grep -qw "chromInfo" 
 if ( ! $status ) then