mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
More refactoring.
Change-Id: Iaf937feb0486d2f008a47584c0a75edccbde2b34
This commit is contained in:
@@ -70,13 +70,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ReadDouble(double *val)
|
||||
{
|
||||
char *buf;
|
||||
if (!Read(&buf, 8)) return false;
|
||||
*val = NtImpl::ReadDouble(buf);
|
||||
return true;
|
||||
}
|
||||
bool ReadDouble(double *val);
|
||||
|
||||
bool ReadULEB128(unsigned long *val)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user