commit | 80144727acc401070039434987692276dcb9273c | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Mon Jan 15 05:03:32 2007 -0500 |
committer | Shawn O. Pearce <spearce@spearce.org> | Mon Jan 15 06:05:22 2007 -0500 |
tree | f34115d3665cfa967e5e577deda550daf56cad5d | |
parent | f70b653429ebc7fdde0b36a63e1deb4aadb450d3 [diff] |
Remove unnecessary duplicate_count in fast-import. There is little reason to be keeping a global duplicate_count value when we also keep it per object type. The global counter can easily be computed at the end, once all processing has completed. This saves us a couple of machine instructions in an unimportant part of code. But it looks slightly better to me to not keep two counters around. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>