aboutsummaryrefslogtreecommitdiff
path: root/ports/mpfr/gmp_printf.c
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2018-12-19 16:38:14 -0800
committerPhil Christensen <philc@microsoft.com>2018-12-19 16:38:14 -0800
commitdd005656273d5d004ea7a74256a2cb9ca9f89dc7 (patch)
tree62e4991e92d9d7c12e50d8341582d11fb01ae7e4 /ports/mpfr/gmp_printf.c
parentf6db046bed66288d5143247244ad1a59fcf1a495 (diff)
downloadvcpkg-dd005656273d5d004ea7a74256a2cb9ca9f89dc7.tar.gz
vcpkg-dd005656273d5d004ea7a74256a2cb9ca9f89dc7.zip
[mpfr] update CMakeLists for new version
Diffstat (limited to 'ports/mpfr/gmp_printf.c')
-rw-r--r--ports/mpfr/gmp_printf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ports/mpfr/gmp_printf.c b/ports/mpfr/gmp_printf.c
deleted file mode 100644
index 1ccb94c0c..000000000
--- a/ports/mpfr/gmp_printf.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <stdio.h>
-#include <stdarg.h>
-
-extern int __gmpfr_fprintf(const char *fmt, va_list argp) {
- return fprintf(stderr, fmt, argp);
-}