diff src/utils.cc @ 6144:e8868fde0fc5

[project @ 2006-11-07 20:52:18 by jwe]
author jwe
date Tue, 07 Nov 2006 20:52:19 +0000
parents e884ab4f29ee
children ea65de49e18e
line wrap: on
line diff
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -399,8 +399,6 @@
   if (! suffix.empty ())
     nm.append (suffix);
 
-  return std::string ();
-
   return octave_env::make_absolute
     (load_path::find_file (nm), octave_env::getcwd ());
 }