summaryrefslogtreecommitdiff
path: root/src/lib/cross_osx.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-30 01:16:20 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-30 01:16:20 +0200
commit56caa542a558a3e261a3da4773c9ed3e66e262ab (patch)
tree9ac47e0b51ef10c0fb6fed7ceffa9cfe5d26b22a /src/lib/cross_osx.cc
parent652a6467fdc4e562fe9166d491f4ca9848e37abb (diff)
Revert mac rdisk vs disk stuff as I'm not convinced it makes much difference.
Diffstat (limited to 'src/lib/cross_osx.cc')
-rw-r--r--src/lib/cross_osx.cc9
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 ()
{