From b38f58a3f959b5e36813f8c2d88bdb2baf03a1b9 Mon Sep 17 00:00:00 2001 From: Chirag Manwani Date: Mon, 7 Mar 2016 20:09:01 +0530 Subject: tdf#97703 Removed empty setUp/tearDown methods Change-Id: Ia62de30ae94bdae87cd5109c44eab40af4d020e5 Reviewed-on: https://gerrit.libreoffice.org/22985 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- shell/qa/zip/ziptest.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'shell/qa') diff --git a/shell/qa/zip/ziptest.cxx b/shell/qa/zip/ziptest.cxx index df501a6c107d..5898a0183607 100644 --- a/shell/qa/zip/ziptest.cxx +++ b/shell/qa/zip/ziptest.cxx @@ -43,8 +43,6 @@ private: LPSTREAM pStream; public: Test(); - void setUp() {} - void tearDown() {} void test_file_directory(); void test_file_hasContentCaseInSensitive(); void test_file_getContent(); -- cgit