Unbreak the build after r211244.
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 19 Jun 2014 00:43:19 +0000 (00:43 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 19 Jun 2014 00:43:19 +0000 (00:43 +0000)
commit92fc7419986ab025a53f63521161a3e1b1812654
tree3acb506890bf250a01fdafdf8930356517ca3114
parent89e561a63ec04b59ee70bd6e1a1c1746eacc94dd
Unbreak the build after r211244.

These operator overloads were unneeded (once the const correctness in
PooledStringPtr was corrected) and inefficient (since the strings are
pooled the pointers can just be compared for equality instead of doing
strcmp).

llvm-svn: 211245
clang-tools-extra/modularize/PreprocessorTracker.cpp