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
Nicolas Mora
nettle
Commits
a0fee5a5
Commit
a0fee5a5
authored
Sep 03, 2016
by
Niels Möller
Browse files
Delete an unused function.
parent
a0aa1c61
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a0fee5a5
2016-09-03 Niels Möller <nisse@lysator.liu.se>
* examples/ecc-benchmark.c (die): Deleted unused function.
* testsuite/testutils.h (US): New macro, for unsigned string
literals.
(LDATA): Use the US macro, to eliminate pointer signedness
...
...
examples/ecc-benchmark.c
View file @
a0fee5a5
...
...
@@ -52,17 +52,6 @@
#define BENCH_INTERVAL 0.1
static
void
NORETURN
PRINTF_STYLE
(
1
,
2
)
die
(
const
char
*
format
,
...)
{
va_list
args
;
va_start
(
args
,
format
);
vfprintf
(
stderr
,
format
,
args
);
va_end
(
args
);
exit
(
EXIT_FAILURE
);
}
static
void
*
xalloc
(
size_t
size
)
{
...
...
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