summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_xxx.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-02-10 22:07:41 +0000
committerphk <phk@FreeBSD.org>2002-02-10 22:07:41 +0000
commit6f1345e7e7764b002538bd59935ed6d9d90643a0 (patch)
tree94655dd60c797f814f9cf3f7060b5d27afd8d11f /sys/kern/subr_xxx.c
parent95c1f2fa1ec419cafad04edf3e4afe2b83b04747 (diff)
downloadFreeBSD-src-6f1345e7e7764b002538bd59935ed6d9d90643a0.zip
FreeBSD-src-6f1345e7e7764b002538bd59935ed6d9d90643a0.tar.gz
GC the unused einval()
Obtained from: ~bde/sys.dif.gz
Diffstat (limited to 'sys/kern/subr_xxx.c')
-rw-r--r--sys/kern/subr_xxx.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/kern/subr_xxx.c b/sys/kern/subr_xxx.c
index 094b67c..7eb169c 100644
--- a/sys/kern/subr_xxx.c
+++ b/sys/kern/subr_xxx.c
@@ -52,17 +52,6 @@ eopnotsupp()
}
/*
- * Return error for an inval operation
- * on a specific object or file type.
- */
-int
-einval()
-{
-
- return (EINVAL);
-}
-
-/*
* Generic null operation, always returns success.
*/
int
OpenPOWER on IntegriCloud