diff src/utils.cc @ 707:d7c4962ec7a0

[project @ 1994-09-16 13:50:20 by jwe]
author jwe
date Fri, 16 Sep 1994 13:53:18 +0000
parents 0faebdd7df57
children 36ba0576bd1b
line wrap: on
line diff
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -206,7 +206,6 @@
   return retval;
 }
 
-#if 0
 char **
 pathstring_to_vector (char *pathstring)
 {
@@ -255,7 +254,6 @@
 
   return path;
 }
-#endif
 
 // Return to the main command loop in octave.cc.