summaryrefslogtreecommitdiff
path: root/ext/Fcntl
diff options
context:
space:
mode:
authorDoug MacEachern <dougm@covalent.net>2001-02-18 05:08:04 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2001-02-18 22:16:50 +0000
commit8063af025e8b11a3a92c708534a72a8c4fe60322 (patch)
tree73543e90c1f50fccd4b8b5803329f3df72f684f5 /ext/Fcntl
parent3baa4c62cda542368be1e7e1f7af8bd8257c2ff4 (diff)
downloadperl-8063af025e8b11a3a92c708534a72a8c4fe60322.tar.gz
[patch] -Wall cleanup round 2
Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net> p4raw-id: //depot/perl@8837
Diffstat (limited to 'ext/Fcntl')
-rw-r--r--ext/Fcntl/Fcntl.xs7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/Fcntl/Fcntl.xs b/ext/Fcntl/Fcntl.xs
index 21029b212c..db4bff4674 100644
--- a/ext/Fcntl/Fcntl.xs
+++ b/ext/Fcntl/Fcntl.xs
@@ -33,13 +33,6 @@
--AD October 16, 1995
*/
-static int
-not_here(char *s)
-{
- croak("%s not implemented on this architecture", s);
- return -1;
-}
-
static IV
constant(char *name)
{