Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
apk-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
apk-tools
Commits
21a213c2
Commit
21a213c2
authored
Sep 14, 2011
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lua: remove unneeded global vars
parent
a4f98dd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
src/lua-apk.c
src/lua-apk.c
+0
-4
No files found.
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