From 4498a53a0c567b2ad3b3a30b0d44b83b22cd2a2c Mon Sep 17 00:00:00 2001
From: Charles Leggett <charles.g.leggett@gmail.com>
Date: Wed, 1 Feb 2017 00:00:59 +0100
Subject: [PATCH] remove ifdef ATHENAHIVE (SGTools-00-27-35)

	* remove ifdef ATHENAHIVE
	* tag SGTools-00-27-35

M       SGTools/SGVersionedKey.h
---
 Control/SGTools/SGTools/SGVersionedKey.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Control/SGTools/SGTools/SGVersionedKey.h b/Control/SGTools/SGTools/SGVersionedKey.h
index be0d182856bc..4496dd4913c1 100644
--- a/Control/SGTools/SGTools/SGVersionedKey.h
+++ b/Control/SGTools/SGTools/SGVersionedKey.h
@@ -30,9 +30,7 @@ namespace SG {
    **/
   class VersionedKey {
     friend class ::StoreGateSvc; //call copyVK
-#ifdef ATHENAHIVE
     friend class ::SGImplSvc; //call copyVK
-#endif
   public:
     ///quickly determine whether a string has the right format to be a VK
     static bool isVersionedKey(const char *);
-- 
GitLab