X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=mini-gmp%2Ftests%2Ft-add.c;h=0a093efd90aec16adfe45a260c1e9f2e37560d4e;hb=e3ae967e71881ed537fca3b8766df13c8a0abf7f;hp=0d3a0daaede3c495fd767e42e53260d02b487bf4;hpb=71dee2cfc695ddb8cfb827a89ad16d6c7dcab94c;p=platform%2Fupstream%2Fgmp.git diff --git a/mini-gmp/tests/t-add.c b/mini-gmp/tests/t-add.c index 0d3a0da..0a093ef 100644 --- a/mini-gmp/tests/t-add.c +++ b/mini-gmp/tests/t-add.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ +the GNU MP Library test suite. If not, see https://www.gnu.org/licenses/. */ #include #include @@ -25,14 +25,6 @@ the GNU MP Library test suite. If not, see http://www.gnu.org/licenses/. */ #define MAXBITS 400 #define COUNT 10000 -static void -dump (const char *label, const mpz_t x) -{ - char *buf = mpz_get_str (NULL, 16, x); - fprintf (stderr, "%s: %s\n", label, buf); - testfree (buf); -} - void testmain (int argc, char **argv) {