diff --git a/Modules/sgimodule.c b/Modules/sgimodule.c index 75a5746fef9..f19c511a8af 100644 --- a/Modules/sgimodule.c +++ b/Modules/sgimodule.c @@ -34,8 +34,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #include -extern int sginap(long); - static object * sgi_nap(self, args) object *self;