Remove unused variable
authorKurt Pattyn <pattyn.kurt@gmail.com>
Mon, 17 Mar 2014 16:55:50 +0000 (17:55 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 18 Mar 2014 14:52:07 +0000 (15:52 +0100)
Change-Id: I534878275ea39a28f684c3edac414d647743da69
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
tests/auto/dataprocessor/tst_dataprocessor.cpp

index a63193a..de9b7a3 100644 (file)
@@ -53,7 +53,6 @@ const quint8 FIN = 0x80;
 const quint8 RSV1 = 0x40;
 const quint8 RSV2 = 0x30;
 const quint8 RSV3 = 0x10;
-const quint8 MASK = 0x80;
 
 QT_USE_NAMESPACE