summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mplibdir/mpmathdecimal.w
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mplibdir/mpmathdecimal.w')
-rw-r--r--Build/source/texk/web2c/mplibdir/mpmathdecimal.w3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/mplibdir/mpmathdecimal.w b/Build/source/texk/web2c/mplibdir/mpmathdecimal.w
index 6503b8320fe..54347cdf795 100644
--- a/Build/source/texk/web2c/mplibdir/mpmathdecimal.w
+++ b/Build/source/texk/web2c/mplibdir/mpmathdecimal.w
@@ -1,4 +1,4 @@
-% $Id: mpmathdecimal.w 1915 2013-06-13 10:17:31Z taco $
+% $Id$
%
% This file is part of MetaPost;
% the MetaPost program is in the public domain.
@@ -582,7 +582,6 @@ void mp_decimal_set_precision (MP mp) {
}
void mp_free_decimal_math (MP mp) {
- int i;
free_number (((math_data *)mp->math)->three_sixty_deg_t);
free_number (((math_data *)mp->math)->one_eighty_deg_t);
free_number (((math_data *)mp->math)->fraction_one_t);