Add missing declaration
This commit is contained in:
parent
014f7f9564
commit
7e436bb0e7
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,8 @@ void UnformattedRead::beginCheckpoint(bool bufferRecord)
|
|||
|
||||
void UnformattedRead::endCheckpoint(bool autodrop)
|
||||
{
|
||||
bool always_fail = false;
|
||||
|
||||
if (recordBuffer != 0) {
|
||||
delete[] recordBuffer;
|
||||
recordBuffer = 0;
|
||||
|
|
Loading…
Reference in a new issue