From 221031ec9ffb329ec224056bf2672663113d9966 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 20 May 2015 15:02:19 -0700 Subject: kill_noposix.c: Remove obsolete __kill() --- cpukit/libcsupport/src/kill_noposix.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cpukit/libcsupport/src/kill_noposix.c b/cpukit/libcsupport/src/kill_noposix.c index cfc99f6218..3cb807c95e 100644 --- a/cpukit/libcsupport/src/kill_noposix.c +++ b/cpukit/libcsupport/src/kill_noposix.c @@ -9,7 +9,6 @@ * * + kill * + _kill_r - * + __kill * + sleep */ @@ -45,9 +44,4 @@ int _kill_r( struct _reent *ptr, pid_t pid, int sig ) return 0; } #endif - -int __kill( pid_t pid, int sig ) -{ - return 0; -} #endif -- cgit v1.2.3