From 2610af703f216027df5ed8c374f5ba13e80f35ee Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sun, 24 May 2015 18:22:50 -0400 Subject: [PATCH] Remove declared but undefined function 'vcs_second' --- include/cantera/equil/vcs_internal.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/cantera/equil/vcs_internal.h b/include/cantera/equil/vcs_internal.h index 740205049..70acf361e 100644 --- a/include/cantera/equil/vcs_internal.h +++ b/include/cantera/equil/vcs_internal.h @@ -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