src/hg/lib/hCommon.c 1.38
1.38 2009/06/25 08:43:07 markd
removed outdated mgc code
Index: src/hg/lib/hCommon.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hCommon.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -b -B -U 4 -r1.37 -r1.38
--- src/hg/lib/hCommon.c 4 Jun 2009 21:06:18 -0000 1.37
+++ src/hg/lib/hCommon.c 25 Jun 2009 08:43:07 -0000 1.38
@@ -223,23 +223,8 @@
ret += atoi(s);
}
return ret;
}
-boolean hIsMgcServer()
-/* Is this the MGC-customized server? Change for config variable
- * mgc.server=yes */
-{
-static boolean mgcHost = FALSE;
-static boolean haveChecked = FALSE;
-if (!haveChecked)
- {
- char *serverOpt = cfgOption("mgc.server");
- mgcHost = (serverOpt != NULL) && sameString(serverOpt, "yes");
- haveChecked = TRUE;
- }
-return mgcHost;
-}
-
boolean hIsGisaidServer()
/* Is this the GISAID-customized server? Change for config variable
* gisaid.server=yes */
{