Skip to content
Snippets Groups Projects
Commit ba4e26b7 authored by Philippe Canal's avatar Philippe Canal Committed by Philippe Canal
Browse files

Remove never used enum (TRef::kNotComputed)

parent cff433be
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,6 @@ protected: ...@@ -38,8 +38,6 @@ protected:
static TObject *fgObject; //In: this, Out: pointer to object (used by Action on Demand) static TObject *fgObject; //In: this, Out: pointer to object (used by Action on Demand)
public: public:
//status bits
enum { kNotComputed = BIT(12)};
TRef(): fPID(0) { } TRef(): fPID(0) { }
TRef(TObject *obj); TRef(TObject *obj);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment