mpi: Remove lingering semicolon

This commit is contained in:
Eduardo Almeida
2023-09-19 00:49:00 +01:00
parent 4170eb2d11
commit 0306cae347

View File

@@ -90,7 +90,6 @@ MPI_Request* GrantedTimeWindowMpiInterface::g_requests;
char** GrantedTimeWindowMpiInterface::g_pRxBuffers;
MPI_Comm GrantedTimeWindowMpiInterface::g_communicator = MPI_COMM_WORLD;
bool GrantedTimeWindowMpiInterface::g_freeCommunicator = false;
;
TypeId
GrantedTimeWindowMpiInterface::GetTypeId()