3c68ae03c7ec7a7e6b98c22e81f7a6489b50e515
braney
  Mon Feb 17 10:41:18 2020 -0800
delete long unused code for HIV, Cancer browser.   RIP Fan.

diff --git src/hg/lib/validateGisaid.c src/hg/lib/validateGisaid.c
deleted file mode 100644
index f76eaaf..0000000
--- src/hg/lib/validateGisaid.c
+++ /dev/null
@@ -1,21 +0,0 @@
-/* This is a dummy function for non-GISAID server */
-
-/* Copyright (C) 2014 The Regents of the University of California 
- * See README in this or parent directory for licensing information. */
-#include "common.h"
-
-#include "hCommon.h"
-
-boolean validateGisaidUser()
-{
-if (hIsGisaidServer())
-    {
-    /* The real implementation has confidential logic, which could not be exposed */
-    errAbort("The correct validateGisaidUser() implementation is not installed on this GISAID server.");
-    return FALSE;
-    }
-else
-    {
-    return TRUE;
-    }
-}