preprocessor: streamline ByteArrayRef

Change-Id: Iec09651a6aa2fe3b8a50e631fd2fdc57830892a5
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
hjk
2012-04-18 12:04:05 +02:00
committed by hjk
parent bafd3f0b14
commit 97069c2274
2 changed files with 9 additions and 16 deletions

View File

@@ -4,8 +4,6 @@
using namespace CPlusPlus::Internal;
const QByteArray ByteArrayRef::m_emptyByteArray;
bool ByteArrayRef::startsWith(const char *s) const
{
int l = std::strlen(s);