0450cfe1942ddb27296045e527f2b303379591e1
max
  Fri Mar 27 05:57:51 2015 +0100
Revert "previous commit was way overzealous, re-adding stubs for old gisaid code."

This reverts commit a9d79df3cbd3f62b8607f053db951ccc0b7647da.

diff --git src/hg/lib/validateGisaid.c src/hg/lib/validateGisaid.c
deleted file mode 100644
index 2a4612c..0000000
--- src/hg/lib/validateGisaid.c
+++ /dev/null
@@ -1,12 +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()
-{
-return TRUE;
-}