From 4f6fa242da63770ca75e820b880c01c84c75e9ce Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 25 Apr 2002 18:37:59 +0000 Subject: [PATCH] placement new issues --- src/ca/iocinf.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ca/iocinf.h b/src/ca/iocinf.h index 45e653574..25d3dacbc 100644 --- a/src/ca/iocinf.h +++ b/src/ca/iocinf.h @@ -17,10 +17,6 @@ #ifndef INCiocinfh #define INCiocinfh -#define epicsAssertAuthor "Jeff Hill johill@lanl.gov" - -#define NO_PLACEMENT_DELETE - #ifdef DEBUG # define debugPrintf(argsInParen) ::printf argsInParen #else @@ -34,7 +30,6 @@ #define MSEC_PER_SEC 1000L #define USEC_PER_SEC 1000000L - #if defined ( CLOCKS_PER_SEC ) # define CAC_SIGNIFICANT_DELAY ( 1.0 / CLOCKS_PER_SEC ) #else