Changeset: 9c9c68b4ed7a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/9c9c68b4ed7a
Modified Files:
sql/server/sql_atom.c
Branch: default
Log Message:
Remove duplicate line
diffs (11 lines):
diff --git a/sql/server/sql_atom.c b/sql/server/sql_atom.c
--- a/sql/server/sql_atom.c
+++ b/sql/server/sql_atom.c
@@ -99,7 +99,6 @@ atom_int( allocator *sa, sql_subtype *tp
int bits = number_bits(val);
if (a->tpe.type->eclass == EC_NUM)
a->tpe.digits = bits;
- a->data.len = 0;
return a;
}
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]