daily update
[deliverable/binutils-gdb.git] / ld / ldfile.c
index a6f0d603dde45093ef30c84562c71e2a7a54c133..e7a7d8cec053c67db18ce5557705a9683dc6161c 100644 (file)
@@ -44,7 +44,6 @@ unsigned long ldfile_output_machine;
 enum bfd_architecture ldfile_output_architecture;
 search_dirs_type * search_head;
 
-#ifndef MPW
 #ifdef VMS
 char * slash = "";
 #else
@@ -54,10 +53,6 @@ char * slash = "\\";
 char * slash = "/";
 #endif
 #endif
-#else /* MPW */
-/* The MPW path char is a colon.  */
-char * slash = ":";
-#endif /* MPW */
 
 typedef struct search_arch
 {
This page took 0.024514 seconds and 4 git commands to generate.