Removed obsolete cfm68k ifdef (Guido)

This commit is contained in:
Jack Jansen 1996-08-19 11:37:32 +00:00
parent 007fa82581
commit 3bc6fe636a

View file

@ -122,9 +122,6 @@ get_full_path (FSSpec *fss, char *buf)
char tmpbuf[256];
int plen;
#if defined(__MWERKS__) && defined(__CFM68K__)
return -1; /* get_folder_parent doesn't work */
#endif
fss_current = *fss;
plen = fss_current.name[0];
memcpy(buf, &fss_current.name[1], plen);