diff options
| author | Eli Zaretskii | 2013-12-14 10:33:06 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-12-14 10:33:06 +0200 |
| commit | 0b32070bbd13c8f19be93185172e985213972d7b (patch) | |
| tree | bdcdb08bd21312e0a06d28b9dbd6dac955fff3e2 /src | |
| parent | ec4440cf5ee9b885957a774354894b62713258c5 (diff) | |
| download | emacs-0b32070bbd13c8f19be93185172e985213972d7b.tar.gz emacs-0b32070bbd13c8f19be93185172e985213972d7b.zip | |
src/fileio.c: Remove redundant empty #ifdef.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fileio.c b/src/fileio.c index deb913cbdac..dba4dfdac98 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -146,9 +146,6 @@ static Lisp_Object Qdelete_directory; | |||
| 146 | 146 | ||
| 147 | static Lisp_Object Qsubstitute_env_in_file_name; | 147 | static Lisp_Object Qsubstitute_env_in_file_name; |
| 148 | 148 | ||
| 149 | #ifdef WINDOWSNT | ||
| 150 | #endif | ||
| 151 | |||
| 152 | Lisp_Object Qfile_error, Qfile_notify_error; | 149 | Lisp_Object Qfile_error, Qfile_notify_error; |
| 153 | static Lisp_Object Qfile_already_exists, Qfile_date_error; | 150 | static Lisp_Object Qfile_already_exists, Qfile_date_error; |
| 154 | static Lisp_Object Qexcl; | 151 | static Lisp_Object Qexcl; |