summaryrefslogtreecommitdiff
path: root/plugins/autotest/testvisitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/testvisitor.h')
-rw-r--r--plugins/autotest/testvisitor.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/autotest/testvisitor.h b/plugins/autotest/testvisitor.h
index bba9f0ebda..ae6b844ca2 100644
--- a/plugins/autotest/testvisitor.h
+++ b/plugins/autotest/testvisitor.h
@@ -35,13 +35,6 @@
namespace Autotest {
namespace Internal {
-struct TestCodeLocationAndType {
- QString m_fileName;
- unsigned m_line;
- unsigned m_column;
- TestTreeItem::Type m_type;
-};
-
class TestVisitor : public CPlusPlus::SymbolVisitor
{
public: