[Libreoffice-commits] online.git: tools/map.cpp
Miklos Vajna
vmiklos at collabora.co.uk
Mon Dec 11 08:50:08 UTC 2017
tools/map.cpp | 1 -
1 file changed, 1 deletion(-)
New commits:
commit a597fa9a47bc14571006d210001490bc93f1d6b1
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Mon Dec 11 08:41:05 2017 +0100
loolmap: clean up dead assignment
style gets re-assigned on all paths below.
Change-Id: I4164f745c00e39b82410820cffe4682c079fd741
Reviewed-on: https://gerrit.libreoffice.org/46211
Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
Tested-by: Michael Meeks <michael.meeks at collabora.com>
diff --git a/tools/map.cpp b/tools/map.cpp
index 413576d7..41025c9e 100644
--- a/tools/map.cpp
+++ b/tools/map.cpp
@@ -184,7 +184,6 @@ static void dumpPages(unsigned proc_id, unsigned parent_id, const char *type, co
}
if (bZeroParent)
{
- style = "was shared with parent zeros";
parentData.resize(0); // diff un-interesting.
}
if (touched == 0)
More information about the Libreoffice-commits
mailing list