Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrschmitt2010-06-04 21:06:53 +0000
committerrschmitt2010-06-04 21:06:53 +0000
commit4abd9ed413c5fd981770b8c7cde52b0a28f9ed0a (patch)
tree26864aa2dff8792b4933cdc44e6bec7e259cf11a /plugins/org.eclipse.osee.framework.skynet.core
parent27f6ee96290bc71be2f261c92aa7aa95ea93de15 (diff)
downloadorg.eclipse.osee-4abd9ed413c5fd981770b8c7cde52b0a28f9ed0a.tar.gz
org.eclipse.osee-4abd9ed413c5fd981770b8c7cde52b0a28f9ed0a.tar.xz
org.eclipse.osee-4abd9ed413c5fd981770b8c7cde52b0a28f9ed0a.zip
Removed dead code
Diffstat (limited to 'plugins/org.eclipse.osee.framework.skynet.core')
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core/src/org/eclipse/osee/framework/skynet/core/relation/RelationManager.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.skynet.core/src/org/eclipse/osee/framework/skynet/core/relation/RelationManager.java b/plugins/org.eclipse.osee.framework.skynet.core/src/org/eclipse/osee/framework/skynet/core/relation/RelationManager.java
index 182de2e4d50..4d3572f7c02 100644
--- a/plugins/org.eclipse.osee.framework.skynet.core/src/org/eclipse/osee/framework/skynet/core/relation/RelationManager.java
+++ b/plugins/org.eclipse.osee.framework.skynet.core/src/org/eclipse/osee/framework/skynet/core/relation/RelationManager.java
@@ -170,8 +170,6 @@ public class RelationManager {
return relation;
}
- private static int count = 0;
-
/**
* Store the newly instantiated relation from the perspective of relationSide in its appropriate order
*/

Back to the top