1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-25 21:25:56 +01:00
This commit is contained in:
Peter Boyle 2015-03-29 22:05:16 +01:00
commit 1a9d4d3655

View File

@ -27,7 +27,6 @@ void CartesianCommunicator::SendToRecvFrom(void *xmit,
int bytes) int bytes)
{ {
exit(-1); exit(-1);
bcopy(xmit,recv,bytes);
} }
} }