Bug 442530 - We should not have empty performance targets
diff --git a/tests/org.eclipse.core.tests.net/test.xml b/tests/org.eclipse.core.tests.net/test.xml
index f27074b..95cfedf 100644
--- a/tests/org.eclipse.core.tests.net/test.xml
+++ b/tests/org.eclipse.core.tests.net/test.xml
@@ -49,8 +49,4 @@
     </ant>
   </target>
 
-  <!-- This target runs the performance test suites. -->
-  <target name="performance">
-  </target>
-
 </project>
diff --git a/tests/org.eclipse.team.tests.core/test.xml b/tests/org.eclipse.team.tests.core/test.xml
index 39e80da..f825a57 100644
--- a/tests/org.eclipse.team.tests.core/test.xml
+++ b/tests/org.eclipse.team.tests.core/test.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-    Copyright (c) 2002, 2013 IBM Corporation and others.
+    Copyright (c) 2002, 2014 IBM Corporation and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v1.0
     which accompanies this distribution, and is available at
@@ -64,8 +64,4 @@
     </ant>
   </target>
 
-  <!-- This target runs the performance test suites. -->
-  <target name="performance">
-  </target>
-
 </project>