Progress on mingw driver
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
#include "luasnap.hpp"
|
||||
#include "luastack.hpp"
|
||||
#include <iostream>
|
||||
#include <cassert>
|
||||
#include <sstream>
|
||||
|
||||
@@ -71,7 +70,6 @@ void LuaSnap::serialize(StreamBuffer *sb) {
|
||||
int64_t pos2 = sb->total_writes();
|
||||
sb->overwrite_int64(pos1, pos2 - pos1);
|
||||
lua_settop(state_, 0);
|
||||
// std::cerr << "Eris dump is " << pos2-pos1 << " bytes." << std::endl;
|
||||
}
|
||||
|
||||
void LuaSnap::deserialize(StreamBuffer *sb) {
|
||||
|
||||
Reference in New Issue
Block a user