1
0
Fork 0

removed unused code

This commit is contained in:
Jan Steemann 2014-10-01 13:01:04 +02:00
parent 98733660c8
commit f49d2e9830
1 changed files with 0 additions and 7 deletions

View File

@ -436,13 +436,6 @@ function byExample (data) {
checks.push({ type: "skiplist", fields: keys, unique: true });
}
var fields = [ ];
for (k in normalized) {
if (normalized.hasOwnProperty(k)) {
fields.push([ k, [ normalized[k] ] ]);
}
}
for (k = 0; k < checks.length; ++k) {
if (data._type !== undefined && data._type !== checks[k].type) {
continue;