From 622be8f7626af71e363b7f1933506d38297db25e Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 29 Sep 1994 19:58:00 +0000 Subject: [PATCH] removed #if . --- src/ca/acctst.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index 93ac8679e..9789320aa 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -303,14 +303,12 @@ int doacctst(char *pname) printf("Skipped multiple get cb test - no read access\n"); } -#if 0 test_sync_groups(chix1); -#endif + /* * verify we dont jam up on many uninterrupted * solicitations */ -#if 0 if(ca_write_access(chix1)){ printf("Performing multiple put callback test..."); #ifdef UNIX @@ -334,7 +332,6 @@ int doacctst(char *pname) else{ printf("Skipped multiple put cb test - no write access\n"); } -#endif /* * verify we can add many monitors at once