very tiny cleanup of dead code
[fw/sdcc] / src / SDCCmain.c
index b0c27c3aed97c66687d2a7b865a59265c8786214..e7f76a53091c2f6300a2592de89241a20dd6b48c 100644 (file)
 #include "spawn.h"
 #endif
 
-// This is a bit messy because we define link ourself
 #if !defined(__BORLANDC__) && !defined(_MSC_VER)
-
 #include <unistd.h>
-
-#else
-// No unistd.h in Borland C++
-/*
-extern int access (const char *, int);
-#define X_OK 1
-*/
-
 #endif
 
 //REMOVE ME!!!