summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/graphthing/files/patch-src-edge.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/graphthing/files/patch-src-edge.h b/math/graphthing/files/patch-src-edge.h
deleted file mode 100644
index cb55f316469e..000000000000
--- a/math/graphthing/files/patch-src-edge.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/edge.h.orig Tue Feb 12 05:49:28 2002
-+++ src/edge.h Fri Oct 25 15:44:14 2002
-@@ -26,7 +26,7 @@
-
- Edge &operator= (const Edge &other);
- bool operator== (const Edge &other) const;
-- friend ostream &operator<< (ostream &o, const Edge &e);
-+ friend std::ostream &operator<< (std::ostream &o, const Edge &e);
-
- bool incident_to (const Vertex *v1) const;
- bool incident_to (const Vertex *v1, const Vertex *v2) const;