Remove declared but undefined function 'vcs_second'

This commit is contained in:
Ray Speth 2015-05-24 18:22:50 -04:00
parent aa2b732954
commit 2610af703f

View file

@ -215,12 +215,6 @@ int vcsUtil_root1d(double xmin, double xmax, size_t itmax, VCS_FUNC_PTR func,
double FuncTargVal, int varID, double* xbest,
int printLvl = 0);
//! Returns the system wall clock time in seconds
/*!
* @return time in seconds.
*/
double vcs_second();
//! determine the l2 norm of a vector of doubles
/*!
* @param vec vector of doubles