Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
unique-xids
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
unique-xids
Commits
1c9bf690
Commit
1c9bf690
authored
Oct 06, 2011
by
Tollef Fog Heen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop unused variable
parent
27ccc764
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vsl.c
lib/libvarnishapi/vsl.c
+0
-2
No files found.
lib/libvarnishapi/vsl.c
View file @
1c9bf690
...
@@ -215,7 +215,6 @@ VSL_NextLog(const struct VSM_data *vd, uint32_t **pp, uint64_t *bits)
...
@@ -215,7 +215,6 @@ VSL_NextLog(const struct VSM_data *vd, uint32_t **pp, uint64_t *bits)
struct
vsl
*
vsl
;
struct
vsl
*
vsl
;
uint32_t
*
p
;
uint32_t
*
p
;
unsigned
char
t
;
unsigned
char
t
;
unsigned
u
;
int
i
;
int
i
;
CHECK_OBJ_NOTNULL
(
vd
,
VSM_MAGIC
);
CHECK_OBJ_NOTNULL
(
vd
,
VSM_MAGIC
);
...
@@ -226,7 +225,6 @@ VSL_NextLog(const struct VSM_data *vd, uint32_t **pp, uint64_t *bits)
...
@@ -226,7 +225,6 @@ VSL_NextLog(const struct VSM_data *vd, uint32_t **pp, uint64_t *bits)
i
=
vsl_nextlog
(
vsl
,
&
p
);
i
=
vsl_nextlog
(
vsl
,
&
p
);
if
(
i
!=
1
)
if
(
i
!=
1
)
return
(
i
);
return
(
i
);
u
=
VSL_ID
(
p
);
t
=
VSL_TAG
(
p
);
t
=
VSL_TAG
(
p
);
if
(
vsl
->
skip
)
{
if
(
vsl
->
skip
)
{
--
vsl
->
skip
;
--
vsl
->
skip
;
...
...
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