diff options
author | thierry <thierry@FreeBSD.org> | 2011-01-20 14:34:08 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2011-01-20 14:34:08 +0800 |
commit | d93d12c84531d2ec0368fac6e21fc6591c657f61 (patch) | |
tree | 1bed8623ab0c7399e374548edc0bb881f5a086d7 /cad | |
parent | a3b1d342b88158539f7d7e4847c89fffede073d9 (diff) | |
download | freebsd-ports-gnome-d93d12c84531d2ec0368fac6e21fc6591c657f61.tar.gz freebsd-ports-gnome-d93d12c84531d2ec0368fac6e21fc6591c657f61.tar.zst freebsd-ports-gnome-d93d12c84531d2ec0368fac6e21fc6591c657f61.zip |
Remove another extraneous patch.
Submitted by: Stas Timokhin (maintainer)
Feature safe: yes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/salome-yacs/files/patch-SalomeOptimizerLoop.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/cad/salome-yacs/files/patch-SalomeOptimizerLoop.cxx b/cad/salome-yacs/files/patch-SalomeOptimizerLoop.cxx deleted file mode 100644 index 97efb5e83233..000000000000 --- a/cad/salome-yacs/files/patch-SalomeOptimizerLoop.cxx +++ /dev/null @@ -1,14 +0,0 @@ ---- src/runtime/SalomeOptimizerLoop.cxx.orig 2009-12-20 00:17:21.000000000 +0600 -+++ src/runtime/SalomeOptimizerLoop.cxx 2009-12-20 00:16:25.000000000 +0600 -@@ -16,10 +16,10 @@ - // - // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com - // -+#include "PyStdout.hxx" - #include "SalomeOptimizerLoop.hxx" - #include <Python.h> - #include "TypeCode.hxx" --#include "PyStdout.hxx" - - //#define _DEVDEBUG_ - #include "YacsTrace.hxx" |