K 10 svn:author V 2 mi K 8 svn:date V 27 2012-10-12T16:39:23.200393Z K 7 svn:log V 401 Add a patch removing two unused private fields from an internal class. The dead fields must've been there for years, but only clang-3.2 complains about it... The class' composition is not exported outside the library anyway, so there are no concerns about a known structure changing size -- hence, no shlib number bumps or anything. PR: ports/172637 Submitted by: Oliver Hartmann Feature safe: yes END