summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-04-11 18:20:38 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-04-11 18:20:38 +0000
commit3848e3a8b6f82a42e1e1ea6aa484b6a7779a7fad (patch)
tree08052d4ff12217ae44d73ebf9e1635b2b17fad5f /math
parentUse intlhack. (diff)
- Remove this forgotten patch, it's not needed anymore.
Notes
Notes: svn path=/head/; revision=133056
Diffstat (limited to 'math')
-rw-r--r--math/gcalctool/files/patch-gcalctool_functions.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/math/gcalctool/files/patch-gcalctool_functions.c b/math/gcalctool/files/patch-gcalctool_functions.c
deleted file mode 100644
index ba3d6af38beb..000000000000
--- a/math/gcalctool/files/patch-gcalctool_functions.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- gcalctool/functions.c.orig Mon Feb 28 17:07:30 2005
-+++ gcalctool/functions.c Mon Feb 28 17:07:43 2005
-@@ -311,7 +311,6 @@
- void
- trig_filter(char **func)
- {
-- assert(func);
-
- enum mode {
- normal = 0,
-@@ -322,6 +321,8 @@
-
- int inverse;
- int hyperbolic;
-+
-+ assert(func);
-
- inverse = (v->inverse) ? inv : 0;
- hyperbolic = (v->hyperbolic) ? hyp : 0;