changeset 23755:782946d661c8

don't use namespace in a typedef * file-ops.h: Delete typedef that won't work now that file_ops is a namespace instead of a class.
author John W. Eaton <jwe@octave.org>
date Sun, 09 Jul 2017 10:40:12 -0400
parents afe45e9ff6b0
children 26e19cf8e0d9
files liboctave/system/file-ops.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/system/file-ops.h	Sat Jul 08 19:44:02 2017 -0400
+++ b/liboctave/system/file-ops.h	Sun Jul 09 10:40:12 2017 -0400
@@ -183,9 +183,6 @@
 
 #if defined (OCTAVE_USE_DEPRECATED_FUNCTIONS)
 
-OCTAVE_DEPRECATED (4.2, "use 'octave::sys::file_ops' instead")
-  typedef octave::sys::file_ops file_ops;
-
 OCTAVE_DEPRECATED (4.2, "use 'octave::sys::mkdir' instead")
 inline int
 octave_mkdir (const std::string& nm, mode_t md)