forked from qt-creator/qt-creator
preprocessor: streamline ByteArrayRef
Change-Id: Iec09651a6aa2fe3b8a50e631fd2fdc57830892a5 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user