working on directto benchmark--removing code like unused constructors that hinder...
[IRC.git] / Robust / src / Benchmarks / mlp / directto / mlp-java / FlightList.java
index d0cd5dce378f5a25ec76d79ce9bd4f9f11130ef5..9167b75ecadd2c0ba6dfaa145a3b8f24e2b87835 100755 (executable)
@@ -11,12 +11,6 @@ public class FlightList {
     f=new Vector(100);
   }
 
-  /*
-  public void addFlight(int index, Flight flight) {
-    f.addElement(index,flight);
-  }
-  */
-
   public  void addFlightPlan(D2 d2, int time, StringTokenizer st) { 
     Flight newFlight=disjoint flightAdd new Flight(st.nextToken());
     noFlights++;