Skip to content

Commit

Permalink
[ntuple] Remove read options from RNTupleOpenSpec
Browse files Browse the repository at this point in the history
It is currently not used, and can be re-added when we actually start
using it.
  • Loading branch information
enirolf committed Feb 9, 2025
1 parent 9956550 commit 3ebf165
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tree/ntuple/v7/inc/ROOT/RNTupleProcessor.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ struct RNTupleProcessorEntryLoader;
struct RNTupleOpenSpec {
std::string fNTupleName;
std::string fStorage;
RNTupleReadOptions fOptions;

RNTupleOpenSpec(std::string_view n, std::string_view s) : fNTupleName(n), fStorage(s) {}
};
Expand Down

0 comments on commit 3ebf165

Please sign in to comment.