From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:49 +0000 (-0700) Subject: Remove dead FileMacos_IsOnExternalDevice function. X-Git-Tag: stable-10.2.0~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93f1036f2d69c6c50780a536eb6b2a15b198c03a;p=thirdparty%2Fopen-vm-tools.git Remove dead FileMacos_IsOnExternalDevice function. FileMacos_IsOnExternalDevice does not have any callers. --- diff --git a/open-vm-tools/lib/include/file.h b/open-vm-tools/lib/include/file.h index 26d872e21..aef9932a5 100644 --- a/open-vm-tools/lib/include/file.h +++ b/open-vm-tools/lib/include/file.h @@ -100,7 +100,6 @@ FileMacosUnmountStatus FileMacos_UnmountDev(char const *bsdDev, void FileMacos_MountDevAsyncNoResult(char const *bsdDev, Bool su); -Bool FileMacos_IsOnExternalDevice(int fd); Bool FileMacos_IsOnSparseDmg(int fd); Bool FileMacos_IsSliceDevice(char const *bsdDev);