diff liboctave/dir-ops.cc @ 11501:331fcc41ca23

data member initialization fixes
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 03:04:51 -0500
parents bbe99b2a5ba7
children fd0a3ac60b0e
line wrap: on
line diff
--- a/liboctave/dir-ops.cc	Thu Jan 13 02:48:07 2011 -0500
+++ b/liboctave/dir-ops.cc	Thu Jan 13 03:04:51 2011 -0500
@@ -99,12 +99,3 @@
 
   dir = 0;
 }
-
-void
-dir_entry::copy (const dir_entry& de)
-{
-  name = de.name;
-  dir = de.dir;
-  fail = de.fail;
-  errmsg = de.errmsg;
-}