faf767571f701aec7738d97554b4cea24a1aa804 max Fri Mar 27 05:57:53 2015 +0100 Revert "Removing GSAID code. BrianR said that's OK." This reverts commit 324e56bb2fe619534c60a35706fb7bfc188c737f. diff --git src/hg/lib/hdb.c src/hg/lib/hdb.c index eda9a658..ccee37b 100644 --- src/hg/lib/hdb.c +++ src/hg/lib/hdb.c @@ -1,20 +1,17 @@ /* hdb - human genome browser database. */ -/* Functions that get some data from the databases, independent of a particular MySql connection */ -/* The more low-level database access is in jksql.c */ - /* Copyright (C) 2014 The Regents of the University of California * See README in this or parent directory for licensing information. */ #include "common.h" #include "obscure.h" #include "hash.h" #include "portable.h" #include "linefile.h" #include "binRange.h" #include "jksql.h" #include "dnautil.h" #include "dnaseq.h" #include "nib.h" #include "hdb.h" #include "hgRelate.h" #include "fa.h"