Skip to content

Commit

Permalink
Merge pull request #384 from lukego/cleanup
Browse files Browse the repository at this point in the history
Minor cleanups
  • Loading branch information
lukego committed Mar 2, 2015
2 parents 149bb76 + 8959aa8 commit 7ae8008
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 63 deletions.
1 change: 0 additions & 1 deletion src/apps/keyed_ipv6_tunnel/tunnel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ struct {
]]

local HEADER_SIZE = ffi.sizeof(header_struct_ctype)
print("HEADER_SIZE", HEADER_SIZE)

local header_array_ctype = ffi.typeof("uint8_t[?]")
local next_header_ctype = ffi.typeof("uint8_t*")
Expand Down
61 changes: 0 additions & 61 deletions src/lib/tlb.lua

This file was deleted.

1 change: 0 additions & 1 deletion src/lib/virtio/net_device.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ local link = require("core.link")
local memory = require("core.memory")
local packet = require("core.packet")
local timer = require("core.timer")
local tlb = require("lib.tlb")
local vq = require("lib.virtio.virtq")
local ffi = require("ffi")
local C = ffi.C
Expand Down

0 comments on commit 7ae8008

Please sign in to comment.