mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
raw_istream and kin: a few cleanups.
anchor() doesn't seem to change compiler output in current compilers, so remove it. Use default where appropriate rather than empty bodies.
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
|
||||
using namespace nt;
|
||||
|
||||
raw_socket_istream::~raw_socket_istream() {}
|
||||
|
||||
bool raw_socket_istream::read(void* data, std::size_t len) {
|
||||
char* cdata = static_cast<char*>(data);
|
||||
std::size_t pos = 0;
|
||||
|
||||
Reference in New Issue
Block a user