K 10 svn:author V 6 emaste K 8 svn:date V 27 2019-06-15T09:28:48.069872Z K 7 svn:log V 344 MFC r348498: libatf: remove workaround not required after atf >= 0.18 update lib/atf/libatf-c/tests/Makefile added the -Wno-duplicate-decl-specifier due to an issue with an old version of ATF. ATF has long since been updated to a version with the fix so the workaround is no longer necessary. Found during review for PR 236889. PR: 236889 END