From 103029b2732933e65848b7456d607fc39a454e77 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Tue, 8 Nov 2011 10:06:08 +0100
Subject: [PATCH] topology.py does not seem needed either

---
 sfa/managers/vini/topology.py | 23 -----------------------
 1 file changed, 23 deletions(-)
 delete mode 100644 sfa/managers/vini/topology.py

diff --git a/sfa/managers/vini/topology.py b/sfa/managers/vini/topology.py
deleted file mode 100644
index 7ec3e95c..00000000
--- a/sfa/managers/vini/topology.py
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/python
-#
-# Links in the physical topology, gleaned from looking at the Internet2
-# topology map.  Link (a, b) connects sites with IDs a and b.
-#
-PhysicalLinks = [(2, 12),  # I2 Princeton - New York 
-         (11, 13), # I2 Chicago - Wash DC
-         (11, 15), # I2 Chicago - Atlanta
-         (11, 16), # I2 Chicago - CESNET
-         (11, 17), # I2 Chicago - Kansas City
-         (12, 13), # I2 New York - Wash DC
-         (13, 15), # I2 Wash DC - Atlanta
-         (14, 15), # Ga Tech - I2 Atlanta
-         (15, 19), # I2 Atlanta - Houston
-         (17, 19), # I2 Kansas City - Houston
-         (17, 22), # I2 Kansas City - Salt Lake City
-         (17, 24), # I2 Kansas City - UMKC
-         (19, 20), # I2 Houston - Los Angeles
-         (20, 21), # I2 Los Angeles - Seattle
-         (20, 22), # I2 Los Angeles - Salt Lake City
-         (21, 22)] # I2 Seattle - Salt Lake City
-
-
-- 
2.47.0