Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wingo committed Jan 18, 2018
1 parent 631357c commit c752d1d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/program/lwaftr/tests/propbased/genyang.lua
Expand Up @@ -6,7 +6,6 @@ module(..., package.seeall)
local ffi = require("ffi")
local schema = require("lib.yang.schema")
local data = require("lib.yang.data")
local path = require("lib.yang.path")
local path_data = require("lib.yang.path_data")
local util = require("lib.yang.util")

Expand Down Expand Up @@ -502,8 +501,6 @@ end

function selftest()
print('selftest: program.lwaftr.tests.propbased.genyang')
local data = require("lib.yang.data")
local path = require("lib.yang.path")
local schema = schema.load_schema_by_name("snabb-softwire-v2")
local grammar = data.config_grammar_from_schema(schema)

Expand Down

0 comments on commit c752d1d

Please sign in to comment.