From f1ab514ee5b9d81f26cd7188ac0ab72c46312c99 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 16 Dec 2008 17:51:42 +0000 Subject: [PATCH] Deleted a warning message on solaris --- Cantera/src/base/misc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Cantera/src/base/misc.cpp b/Cantera/src/base/misc.cpp index b4b5fb1ef..e3c715287 100755 --- a/Cantera/src/base/misc.cpp +++ b/Cantera/src/base/misc.cpp @@ -1403,7 +1403,6 @@ protected: msg += " b) define environment variable CANTERA_DATA to\n"; msg += " point to the directory containing the file."; throw CanteraError("findInputFile", msg); - return ""; } return name;