cleaning.

This commit is contained in:
BillSun
2018-12-02 08:18:38 -05:00
parent a8f7660888
commit 2632f32a5a
-6
View File
@@ -9,12 +9,6 @@
#include <iostream>
#include <cstring>
class NullBuffer : public std::streambuf
{
public:
int overflow(int c) { return c; }
};
#define MAX_BUFFER 102400
char buffer[MAX_BUFFER + 2];