Remove _PATH_CP now that it is defined in paths.h

Reviewed by:	des
This commit is contained in:
jedgar 2002-05-12 01:52:11 +00:00
parent 7fd0cc174c
commit a679ebf88a

View File

@ -117,9 +117,6 @@
/* UNIX domain socket for X11 server; displaynum will replace %u */
#define _PATH_UNIX_X "/tmp/.X11-unix/X%u"
/* for scp */
#define _PATH_CP "cp"
/* for sftp */
#define _PATH_SFTP_SERVER "/usr/libexec/sftp-server"
#define _PATH_LS "ls"