324e56bb2fe619534c60a35706fb7bfc188c737f
max
  Wed Mar 25 23:26:26 2015 -0700
Removing GSAID code. BrianR said that's OK.

diff --git src/hg/lib/hdb.c src/hg/lib/hdb.c
index ccee37b..eda9a658 100644
--- src/hg/lib/hdb.c
+++ src/hg/lib/hdb.c
@@ -1,17 +1,20 @@
 /* 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"