From 1f86864e97bea96fdc608f8c8b93024ad4684d51 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 Nov 2015 13:51:15 +0200 Subject: loplugin:unusedfields various Change-Id: I59d9f7f73677358b4ae57efda965d43718bdf0d5 --- basic/qa/cppunit/basictest.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'basic') diff --git a/basic/qa/cppunit/basictest.hxx b/basic/qa/cppunit/basictest.hxx index 39240e0d3c6f..2a875599d03f 100644 --- a/basic/qa/cppunit/basictest.hxx +++ b/basic/qa/cppunit/basictest.hxx @@ -40,13 +40,6 @@ class MacroSnippet mpMod = mpBasic->MakeModule( "TestModule", sSource ); } public: - struct ErrorDetail - { - OUString sErrorText; - int nLine; - int nCol; - ErrorDetail() : nLine(0), nCol(0) {} - }; explicit MacroSnippet(const OUString& sSource) : mbError(false) -- cgit