Remove accidentally committed fuzzing artifact

Change-Id: I1b9369f68613ab36c57890692e636a15c33ce035
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Ulf Hermann
2017-11-23 09:14:25 +01:00
parent 7fb80595b9
commit 3446c0dbd8

View File

@@ -30,10 +30,6 @@
#include <QObject>
extern "C" {
QMLPROFILER_EXPORT int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
}
namespace QmlProfiler {
namespace Internal {