projects
/
fll
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a897e4e
)
Cleanup: Remove unused/dead code.
author
Kevin Day
<thekevinday@gmail.com>
Fri, 21 Oct 2022 05:29:48 +0000
(
00:29
-0500)
committer
Kevin Day
<thekevinday@gmail.com>
Fri, 21 Oct 2022 05:30:11 +0000
(
00:30
-0500)
level_2/fll_program/c/program.c
patch
|
blob
|
history
diff --git
a/level_2/fll_program/c/program.c
b/level_2/fll_program/c/program.c
index 58880c0e142d4684d316156de10c173dbbc804de..37ff9d18bfb9a016224e043e43f7db9bb2c40d4b 100644
(file)
--- a/
level_2/fll_program/c/program.c
+++ b/
level_2/fll_program/c/program.c
@@
-514,8
+514,6
@@
extern "C" {
}
// Unblock all other signals.
- sigset_t set;
-
memset(&main->signal.set, 0, sizeof(sigset_t));
f_signal_set_fill(&main->signal.set);