324e56bb2fe619534c60a35706fb7bfc188c737f max Wed Mar 25 23:26:26 2015 -0700 Removing GSAID code. BrianR said that's OK. 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; - } -}