Deleted a warning message on solaris

This commit is contained in:
Harry Moffat 2008-12-16 17:51:42 +00:00
parent f56bce1757
commit f1ab514ee5

View file

@ -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;