Removed invalid append_file_offset from builder.

This commit is contained in:
TSnake41 2020-05-07 21:45:39 +02:00
parent f61ec6d8f9
commit 0eef1d6d90
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@
local ffi = require "ffi"
ffi.cdef "typedef struct FILE FILE;"
local append_file_offset = ffi.cast("void (*)(FILE *, FILE *, FILE *)", append_file_offset)
local self_path = arg[0]
local input_path = arg[1]