Skip to content

Commit

Permalink
Remove unused using declaration from gen_h1
Browse files Browse the repository at this point in the history
RFieldBase was moved out of the Detail namespace, but it's not actually
used by the code.
  • Loading branch information
hahnjo committed Feb 6, 2024
1 parent d479d99 commit 61211af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion root/tree/tree/gen_h1.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

// Import classes from experimental namespace for the time being
using RNTupleModel = ROOT::Experimental::RNTupleModel;
using RFieldBase = ROOT::Experimental::Detail::RFieldBase;
using RNTupleWriter = ROOT::Experimental::RNTupleWriter;
using RNTupleWriteOptions = ROOT::Experimental::RNTupleWriteOptions;

Expand Down

0 comments on commit 61211af

Please sign in to comment.