Skip to content
Snippets Groups Projects
Commit d4a7da07 authored by Knut Zoch's avatar Knut Zoch
Browse files

Removed unnecessary nulling of unique pointers

Unique pointers point to 'nullptr' by default, so we don't need to set
them to '0', 'NULL' or whatever in the code manually. This was a
remnant of the histogram containers being implemented as raw pointers.


Former-commit-id: dee342d5
parent 6f734f39
No related branches found
No related tags found
Loading
Loading
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