summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/dbase/dbf_head.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/dbase/dbf_head.c b/ext/dbase/dbf_head.c
index f45a99cfdd..be3fe5cd98 100644
--- a/ext/dbase/dbf_head.c
+++ b/ext/dbase/dbf_head.c
@@ -260,7 +260,6 @@ dbhead_t *dbf_open(char *dp, int o_flags TSRMLS_DC)
}
if ((dbh = get_dbf_head(fd)) == NULL) {
- fprintf(stderr, "Unable to get header\n");
return NULL;
}
dbh->db_name = cp;