Deleted dead code and unused code

This commit is contained in:
knsv
2015-06-14 09:51:42 +02:00
parent 8a0c857a92
commit eb555f7da6
12 changed files with 13 additions and 1841 deletions

View File

@@ -5,7 +5,7 @@
var graph = require('../graphDb');
var flow = require('./flow');
ddescribe('when parsing ',function(){
describe('when parsing ',function(){
beforeEach(function(){
flow.parser.yy = require('../graphDb');
flow.parser.yy.clear();