summaryrefslogtreecommitdiff
path: root/tests/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.c')
-rw-r--r--tests/tests.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tests.c b/tests/tests.c
index c9259d54f..82b08109e 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -191,7 +191,6 @@ test_version (void)
version = mpfr_get_version ();
if (strcmp (MPFR_VERSION_STRING, version) == 0)
{
- char buffer[16];
int i;
sprintf (buffer, "%d.%d.%d", MPFR_VERSION_MAJOR, MPFR_VERSION_MINOR,