From a3aac0aaa2027cf2caef350887bae36fe21b2d86 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 18 Jan 2001 20:49:04 +0000 Subject: [PATCH] extern did not work --- src/libCom/test/epicsEventTest.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libCom/test/epicsEventTest.cpp b/src/libCom/test/epicsEventTest.cpp index c8020d9b3..629550d7b 100644 --- a/src/libCom/test/epicsEventTest.cpp +++ b/src/libCom/test/epicsEventTest.cpp @@ -30,9 +30,7 @@ typedef struct info { epicsRingPointerId ring; }info; -extern "C" { static void consumer(void *arg); -} static void consumer(void *arg) { @@ -70,9 +68,7 @@ static void consumer(void *arg) } } -extern "C" { static void producer(void *arg); -} static void producer(void *arg) {