summaryrefslogtreecommitdiff
path: root/src/lib/cross_osx.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-25 13:14:44 +0100
committerCarl Hetherington <cth@carlh.net>2020-11-25 13:14:44 +0100
commit9276310e6c9be6148ea8b465b44af55413dc0dc0 (patch)
tree84a4265b1e928b2ba36bcbabbdd3c0fae0df6aef /src/lib/cross_osx.cc
parente43dababfc7aaf1429d3552e91b24e4e51979111 (diff)
Remove unused method.
Diffstat (limited to 'src/lib/cross_osx.cc')
-rw-r--r--src/lib/cross_osx.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/cross_osx.cc b/src/lib/cross_osx.cc
index dcee2a345..29ef283e6 100644
--- a/src/lib/cross_osx.cc
+++ b/src/lib/cross_osx.cc
@@ -260,12 +260,6 @@ home_directory ()
return getenv("HOME");
}
-string
-command_and_read (string)
-{
- return "";
-}
-
/** @return true if this process is a 32-bit one running on a 64-bit-capable OS */
bool
running_32_on_64 ()