summaryrefslogtreecommitdiff
path: root/src/netbeans.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/netbeans.c')
-rw-r--r--src/netbeans.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/netbeans.c b/src/netbeans.c
index 853df364..f85e7d07 100644
--- a/src/netbeans.c
+++ b/src/netbeans.c
@@ -323,12 +323,6 @@ netbeans_connect(char *params, int doabort)
server.sin_port = htons(port);
if ((host = gethostbyname(hostname)) == NULL)
{
- if (mch_access(hostname, R_OK) >= 0)
- {
- /* DEBUG: input file */
- sd = mch_open(hostname, O_RDONLY, 0);
- goto theend;
- }
nbdebug(("error in gethostbyname() in netbeans_connect()\n"));
PERROR("gethostbyname() in netbeans_connect()");
goto theend;