Clean-up: sessiond: remove left-over code
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry-channel.hpp
index e8819812e139aa28062f86dfb9202241cc81f8b5..1e5745aedcfe2fdc4b980315c84414dbfbf4b2cb 100644 (file)
@@ -55,12 +55,6 @@ public:
        uint64_t _key;
        uint64_t _consumer_key;
 
-       /*
-        * Flag for this channel if the metadata was dumped once during
-        * registration. 0 means no, 1 yes.
-        */
-       unsigned int _metadata_dumped;
-
        /*
         * Hash table containing events sent by the UST tracer. MUST be accessed
         * with a RCU read side lock acquired.
This page took 0.023018 seconds and 4 git commands to generate.