Skip to content

Commit

Permalink
Remove unused values from ball category holder (#4747)
Browse files Browse the repository at this point in the history
  • Loading branch information
osubboo authored and GitHub Enterprise committed May 16, 2024
1 parent 337a4ce commit 35308bc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions groups/bal/ball/ball_category.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,6 @@ class CategoryHolder {
enum {
e_UNINITIALIZED_CATEGORY = 256, // indicates no logger manager
e_DYNAMIC_CATEGORY = 257 // corresponding category is dynamic
#ifndef BDE_OMIT_INTERNAL_DEPRECATED
, BAEL_UNINITIALIZED_CATEGORY = e_UNINITIALIZED_CATEGORY
, BAEL_DYNAMIC_CATEGORY = e_DYNAMIC_CATEGORY
, UNINITIALIZED_CATEGORY = e_UNINITIALIZED_CATEGORY
, DYNAMIC_CATEGORY = e_DYNAMIC_CATEGORY
#endif // BDE_OMIT_INTERNAL_DEPRECATED
};
// This enumeration defines distinguished values for category holder
// threshold levels. Note that these values are intentionally outside
Expand Down

0 comments on commit 35308bc

Please sign in to comment.