Drop CGitByteArray::findData
commit7da37b1d2448ae1aa96077bd8c440aea7fbe9493
authorSven Strickroth <email@cs-ware.de>
Sat, 28 Feb 2015 20:15:50 +0000 (28 21:15 +0100)
committerSven Strickroth <email@cs-ware.de>
Sat, 28 Feb 2015 20:25:31 +0000 (28 21:25 +0100)
tree2833c7da59c323e054c93073d578d450c038f572
parentbbb48aaf4ffc08e8182180897821846b4862feb2
Drop CGitByteArray::findData

It is only used with a single char and behaves like find, thus we can easily drop it.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Git/gittype.h
src/TortoiseGitBlame/TortoiseGitBlameData.cpp
test/UnitTests/GitByteArrayTest.cpp