File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,6 @@ class AbstractIOHandler
105105 /*
106106 * In file-based iteration encoding, the APPEND mode is handled entirely
107107 * 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?
110108 */
111109 if ( encoding == IterationEncoding::fileBased &&
112110 m_backendAccess == Access::APPEND )
Original file line number Diff line number Diff line change @@ -1059,7 +1059,6 @@ void ADIOS2IOHandlerImpl::availableChunks(
10591059adios2::Mode
10601060ADIOS2IOHandlerImpl::adios2AccessMode ( std::string const & fullPath )
10611061{
1062- ( void )fullPath;
10631062 switch ( m_handler->m_backendAccess )
10641063 {
10651064 case Access::CREATE:
You can’t perform that action at this time.
0 commit comments