projects
/
satune.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3c86fb
)
More bug fix
author
Hamed Gorjiara
<hgorjiar@uci.edu>
Mon, 23 Oct 2017 21:59:31 +0000
(14:59 -0700)
committer
Hamed Gorjiara
<hgorjiar@uci.edu>
Mon, 23 Oct 2017 21:59:31 +0000
(14:59 -0700)
src/Serialize/serializer.cc
patch
|
blob
|
history
diff --git
a/src/Serialize/serializer.cc
b/src/Serialize/serializer.cc
index
bd57925
..
118cf86
100644
(file)
--- a/
src/Serialize/serializer.cc
+++ b/
src/Serialize/serializer.cc
@@
-32,8
+32,6
@@
void Serializer::mywrite(const void *__buf, size_t __n) {
void serializeBooleanEdge(Serializer *serializer, BooleanEdge be, bool isTopLevel) {
if (be == BooleanEdge(NULL)){
- Boolean* boolean = NULL;
- serializer->mywrite(&boolean, sizeof(Boolean *));
return;
}
be.getBoolean()->serialize(serializer);