Skip to content

Commit

Permalink
Remove outdated ToDo item
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Sep 24, 2024
1 parent d1da5d1 commit 12a86a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nwb/hdmf/base/Data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class Data
*/
inline bool isInitialized() { return m_dataset != nullptr; }

std::unique_ptr<IO::BaseRecordingData>
m_dataset; // TODO We may not want this here if we need Data for read
std::unique_ptr<IO::BaseRecordingData> m_dataset;
};
} // namespace AQNWB::NWB

0 comments on commit 12a86a5

Please sign in to comment.