removing unused code

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@800202 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2009-08-03 05:42:28 +00:00
parent fc335d2e8b
commit 6738cfbe6e
1 changed files with 0 additions and 2 deletions

View File

@ -364,8 +364,6 @@ public class DocBuilder {
handleSpecialCommands(arow, doc);
addFields(entity, doc, arow, vr);
}
if (isRoot)
vr.removeNamespace(null);
if (entity.entities != null) {
vr.addNamespace(entity.name, arow);
for (DataConfig.Entity child : entity.entities) {