From ce6b0115c90ac5c3f337b31d06e7e779642c8510 Mon Sep 17 00:00:00 2001
From: Philippe Canal <pcanal@fnal.gov>
Date: Tue, 29 Aug 2017 15:51:35 -0500
Subject: [PATCH] Remove information duplication

---
 io/io/inc/TStreamerInfo.h | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/io/io/inc/TStreamerInfo.h b/io/io/inc/TStreamerInfo.h
index 48d345bcc3d..2e5806dd664 100644
--- a/io/io/inc/TStreamerInfo.h
+++ b/io/io/inc/TStreamerInfo.h
@@ -136,14 +136,7 @@ private:
 public:
 
    /// Status bits
-   enum EStatusBits {
-      kCannotOptimize        = BIT(12),
-      kIgnoreTObjectStreamer = BIT(13),  ///< Eventhough BIT(13) is taken up by TObject (to preserverse forward compatibility)
-      kRecovered             = BIT(14),
-      kNeedCheck             = BIT(15),
-      kIsCompiled            = BIT(16),
-      kBuildOldUsed          = BIT(17)
-   };
+   /// See TVirtualStreamerInfo::EStatusBits for the values.
 
 /// EReadWrite Enumerator
 /// | Enum Constant | Description   |
-- 
GitLab