C++: Remove Dumpers

Superseded by Overview

Change-Id: I2ae193b1b9265ed59b73315486a35c53f6c8068f
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-05-10 23:31:01 +03:00
committed by Orgad Shaneh
parent 54e85ad100
commit 6665ace5cd
4 changed files with 0 additions and 199 deletions

View File

@@ -45,11 +45,6 @@
#include <QFileInfo>
#include <QAtomicInt>
// in debug mode: make dumpers widely available without an extra include
#ifdef QT_DEBUG
#include "Dumpers.h"
#endif
namespace CPlusPlus {
class Macro;