goldsborough / ipc-bench

:racehorse: Benchmarks for Inter-Process-Communication Techniques
MIT License
687 stars 108 forks source link

Cleanup #31

Closed omichel closed 2 years ago

omichel commented 2 years ago

This PR removes two apparently useless statements: the file descriptor was closed before and doesn't need to be closed again.

alexandervanrenen commented 2 years ago

Thanks!