Skip to content

Commit 0e60346

Browse files
committed
Cleanup
1 parent dcf19e7 commit 0e60346

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

include/openPMD/IO/AbstractIOHandler.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 )

src/IO/ADIOS/ADIOS2IOHandler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,6 @@ void ADIOS2IOHandlerImpl::availableChunks(
10591059
adios2::Mode
10601060
ADIOS2IOHandlerImpl::adios2AccessMode( std::string const & fullPath )
10611061
{
1062-
( void )fullPath;
10631062
switch( m_handler->m_backendAccess )
10641063
{
10651064
case Access::CREATE:

0 commit comments

Comments
 (0)