Remove the pointless GitProjectData resource change listener
commit05c68d62c7091eb38d8dc69f04b17ea9f05d2819
authorShawn O. Pearce <spearce@spearce.org>
Sun, 10 Aug 2008 06:44:37 +0000 (9 23:44 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 10 Aug 2008 06:44:37 +0000 (9 23:44 -0700)
tree74bcb0d2b97f10154a7a4fb0e44e4be9d3f3f504
parent65c530361cdbebe3dbd814d33852ab5ed1197b34
Remove the pointless GitProjectData resource change listener

Apparently on any IResourceChangeEvent.POST_CHANGE we just burn some
CPU time and generate some garbage for the GC to clean out later.  I
cannot see a reason why this code is still here.  My memory says we
did this in the past to notify the resource decorator that it needs
to update, or we used it for our cache tree invalidation.

Since this code has no side effect other than to waste time we can
safely remove it, and cut our project down a little bit.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.core/src/org/spearce/egit/core/project/GitProjectData.java