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
LSH
lsh
Commits
92aeee21
Commit
92aeee21
authored
Feb 28, 2006
by
Niels Möller
Browse files
Removed some debug code.
Rev: src/queue.c:1.13.2.1
parent
25543d91
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/queue.c
View file @
92aeee21
...
...
@@ -83,9 +83,6 @@ sanity_check_queue(struct lsh_queue *q)
while
(
n
->
next
)
{
#if 0
debug(" n = %xi\n", (uint32_t) n);
#endif
if
(
n
->
prev
->
next
!=
n
)
fatal
(
"n->prev->next != n !
\n
"
);
...
...
Write
Preview
Supports
Markdown
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