diff options
Diffstat (limited to 'src/lib/cross_osx.cc')
| -rw-r--r-- | src/lib/cross_osx.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/cross_osx.cc b/src/lib/cross_osx.cc index 66be376d4..3b08c9684 100644 --- a/src/lib/cross_osx.cc +++ b/src/lib/cross_osx.cc @@ -494,15 +494,6 @@ Drive::get () } -string -Drive::device_for_write () const -{ - string w = _device; - boost::replace_all (w, "/dev/disk", "/dev/rdisk"); - return w; -} - - boost::filesystem::path config_path () { |
