Skip to content
Snippets Groups Projects
Commit ec2f4bc6 authored by John Romein's avatar John Romein
Browse files

bug 225:

cleanup
parent 4f578cb9
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,6 @@ ...@@ -27,8 +27,6 @@
#include <Transport/DataHolder.h> #include <Transport/DataHolder.h>
#include <TH_ZoidServer.h> #include <TH_ZoidServer.h>
#include <cassert>
namespace LOFAR { namespace LOFAR {
namespace CS1 { namespace CS1 {
...@@ -39,18 +37,6 @@ extern "C" ...@@ -39,18 +37,6 @@ extern "C"
} }
#if 0
static unsigned checksum(const void *buf, size_t size)
{
unsigned sum = 0;
for (int i = 0; i < (int) (size / sizeof(unsigned)); i ++)
sum ^= ((unsigned *) buf)[i];
return sum;
}
#endif
std::vector<TH_ZoidServer *> TH_ZoidServer::theirTHs; std::vector<TH_ZoidServer *> TH_ZoidServer::theirTHs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment