diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-11 18:20:38 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-11 18:20:38 +0000 |
commit | 3848e3a8b6f82a42e1e1ea6aa484b6a7779a7fad (patch) | |
tree | 08052d4ff12217ae44d73ebf9e1635b2b17fad5f /math | |
parent | 80edfe855ebd0bccf24b73e27a1fda981e5a2196 (diff) | |
download | ports-3848e3a8b6f82a42e1e1ea6aa484b6a7779a7fad.tar.gz ports-3848e3a8b6f82a42e1e1ea6aa484b6a7779a7fad.zip |
- 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.c | 19 |
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; |