b91bef658833603dfc97f88b3654d33980b6e3d8 hiram Wed Sep 22 15:10:47 2010 -0700 moved the single use of agpFragValidate into hgGoldGapGl and fixup recognition of actual chrom name length diff --git src/hg/lib/agpFrag.c src/hg/lib/agpFrag.c index 59efe2d..d47330a 100644 --- src/hg/lib/agpFrag.c +++ src/hg/lib/agpFrag.c @@ -176,11 +176,3 @@ slReverse(&list); return list; } - -void agpFragValidate(struct agpFrag *af) -/* Check for weirdness in agpFrag. */ -{ -if (af->chromStart >= af->chromEnd) - printf("unexpected coords (%d, %d) for frag %s in chrom %s\n", - af->chromStart, af->chromEnd, af->frag, af->chrom); -}