commit | 3f3b6bfdb37f4f9aac0dbe0c6f3b1513e7ba8e81 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Wed Oct 13 20:47:08 2010 -0700 |
committer | Shawn O. Pearce <spearce@spearce.org> | Wed Oct 13 20:48:51 2010 -0700 |
tree | 0f3e54722f611e3b8d0d1c81fdd80e1087ef1a75 | |
parent | 8ea558bd8245097a05dfa8600f765c670b0bad5e [diff] |
Remove dead RawText(RawTextComparator) constructor Since the introduction of HashedSequence we no longer need to supply the RawTextComparator at the time of constructing a RawText. Drop the definition from the constructor, because it doesn't make sense as part of our public API. Change-Id: Iaab34611d60eee4a2036830142b089b2dae81842 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>