diff options
Diffstat (limited to 'mrblib')
| -rw-r--r-- | mrblib/file_constants.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mrblib/file_constants.rb b/mrblib/file_constants.rb index c2552bf56..a68ee2598 100644 --- a/mrblib/file_constants.rb +++ b/mrblib/file_constants.rb @@ -1,7 +1,5 @@ class File module Constants - NULL = "/dev/null" - RDONLY = 0 WRONLY = 1 RDWR = 2 |
