From 5711aeb8cae9f3935cd6755e745b5ee1ab3aa4b6 Mon Sep 17 00:00:00 2001 From: Dave Mitchell Date: Mon, 24 Sep 2007 00:42:07 +0000 Subject: fifth attempt to silence S_emulate_eaccess compiler warning p4raw-id: //depot/perl@31947 --- proto.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'proto.h') diff --git a/proto.h b/proto.h index 9ceac44461..c5979a410c 100644 --- a/proto.h +++ b/proto.h @@ -3633,9 +3633,6 @@ STATIC OP* S_doform(pTHX_ CV *cv, GV *gv, OP *retop) __attribute__nonnull__(pTHX_2) __attribute__nonnull__(pTHX_3); -STATIC int S_emulate_eaccess(pTHX_ const char* path, Mode_t mode) - __attribute__nonnull__(pTHX_1); - # if !defined(HAS_MKDIR) || !defined(HAS_RMDIR) STATIC int S_dooneliner(pTHX_ const char *cmd, const char *filename) __attribute__warn_unused_result__ -- cgit v1.2.1