Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
apk-tools
Commits
21a213c2
Commit
21a213c2
authored
Sep 14, 2011
by
Natanael Copa
Browse files
lua: remove unneeded global vars
parent
a4f98dd6
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lua-apk.c
View file @
21a213c2
...
@@ -8,10 +8,6 @@
...
@@ -8,10 +8,6 @@
#define LIBNAME "apk"
#define LIBNAME "apk"
int
apk_verbosity
;
unsigned
int
apk_flags
;
static
apk_blob_t
check_blob
(
lua_State
*
L
,
int
index
)
static
apk_blob_t
check_blob
(
lua_State
*
L
,
int
index
)
{
{
apk_blob_t
blob
;
apk_blob_t
blob
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment