diff options
Diffstat (limited to 'gcc/ada/a-dirval-mingw.adb')
-rw-r--r-- | gcc/ada/a-dirval-mingw.adb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gcc/ada/a-dirval-mingw.adb b/gcc/ada/a-dirval-mingw.adb index 205f128c..d7d7762 100644 --- a/gcc/ada/a-dirval-mingw.adb +++ b/gcc/ada/a-dirval-mingw.adb @@ -7,7 +7,7 @@ -- B o d y -- -- (Windows Version) -- -- -- --- Copyright (C) 2004-2012, Free Software Foundation, Inc. -- +-- Copyright (C) 2004-2014, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -162,15 +162,6 @@ package body Ada.Directories.Validity is end Is_Valid_Simple_Name; ------------- - -- OpenVMS -- - ------------- - - function OpenVMS return Boolean is - begin - return False; - end OpenVMS; - - ------------- -- Windows -- ------------- |