From 1690b84015b7fa882076d6fb7d79e1959e467544 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 18 Oct 2016 15:27:34 +0200 Subject: loplugin:expandablemethodds in reportdesign..sal Change-Id: Idb133e442b881d263fcb83a4858c4a08b451c0f0 Reviewed-on: https://gerrit.libreoffice.org/30032 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sal/osl/all/utility.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sal/osl') diff --git a/sal/osl/all/utility.cxx b/sal/osl/all/utility.cxx index 584a1be08d3b..5f157c120b2d 100644 --- a/sal/osl/all/utility.cxx +++ b/sal/osl/all/utility.cxx @@ -33,11 +33,6 @@ class OGlobalTimer public: OGlobalTimer() { - getTime(); - } - - void getTime() - { osl_getGlobalTimer(); } -- cgit