Skip to content

Drop dependency on PROOF/TDSet - remove GetDataset()

Nikola Hardi requested to merge nhardi/jalien-root:fix-proof-mockup into master

Remove our implementation ::GetDataset() which used to return TDSet. Let the TGridCollection::GetDataset() (super class) throw exception because this method shouldn't be used anyway.

Merge request reports