We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf19e7 commit 0e60346Copy full SHA for 0e60346
2 files changed
include/openPMD/IO/AbstractIOHandler.hpp
@@ -105,8 +105,6 @@ class AbstractIOHandler
105
/*
106
* In file-based iteration encoding, the APPEND mode is handled entirely
107
* by the frontend, the backend should just treat it as CREATE mode
108
- * @todo maybe replace the encoding parameter of the OPEN_FILE task
109
- * with this?
110
*/
111
if( encoding == IterationEncoding::fileBased &&
112
m_backendAccess == Access::APPEND )
src/IO/ADIOS/ADIOS2IOHandler.cpp
@@ -1059,7 +1059,6 @@ void ADIOS2IOHandlerImpl::availableChunks(
1059
adios2::Mode
1060
ADIOS2IOHandlerImpl::adios2AccessMode( std::string const & fullPath )
1061
{
1062
- ( void )fullPath;
1063
switch( m_handler->m_backendAccess )
1064
1065
case Access::CREATE:
0 commit comments