Unused line removed

This commit is contained in:
Andrey Breslav
2012-12-18 16:17:20 +04:00
parent 934cce75af
commit 6f38388409
@@ -88,7 +88,6 @@ public class NamespaceCodegen extends MemberCodegen {
for (JetFile file : files) {
VirtualFile vFile = file.getVirtualFile();
try {
final String path = vFile != null ? vFile.getPath() : "no_virtual_file/" + file.getName();
generate(file, multiFile);
}
catch (ProcessCanceledException e) {