988cf706accde68911964e78b3e63a9c27ade512
braney
  Tue Jan 26 12:20:41 2021 -0800
remove unused remoteFileExists()

diff --git src/inc/portable.h src/inc/portable.h
index 7247e9a..bbcdf75 100644
--- src/inc/portable.h
+++ src/inc/portable.h
@@ -172,20 +172,17 @@
 /* Return TRUE if fileName is a regular file. */
 
 char *mustReadSymlinkExt(char *path, struct stat *sb);
 /* Read symlink or abort. FreeMem the returned value. */
 
 char *mustReadSymlink(char *path);
 /* Read symlink or abort. Checks that path is a symlink. 
 FreeMem the returned value. */
 
 void makeSymLink(char *oldName, char *newName);
 /* Return a symbolic link from newName to oldName or die trying */
 
 long long freeSpaceOnFileSystem(char *path);
 /* Given a path to a file or directory on a file system,  return free space
  * in bytes. */
-
-boolean remoteFileExists(char *remoteLogin, char *file);
-/* Check to see if the file exists on the remote machine. */
 #endif /* PORTABLE_H */