From 7757c28d6e60ba2871b2edfa2c68a28bc8026995 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Sun, 10 Nov 2019 20:27:47 +0100 Subject: remove a PCH for which the library has already been removed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ida35d27a4aaae1c137e3ed072dff62b7c7e894ca Reviewed-on: https://gerrit.libreoffice.org/82399 Tested-by: Jenkins Reviewed-by: Luboš Luňák --- xmlsecurity/inc/pch/precompiled_xsec_gpg.cxx | 13 ----------- xmlsecurity/inc/pch/precompiled_xsec_gpg.hxx | 33 ---------------------------- 2 files changed, 46 deletions(-) delete mode 100644 xmlsecurity/inc/pch/precompiled_xsec_gpg.cxx delete mode 100644 xmlsecurity/inc/pch/precompiled_xsec_gpg.hxx (limited to 'xmlsecurity') diff --git a/xmlsecurity/inc/pch/precompiled_xsec_gpg.cxx b/xmlsecurity/inc/pch/precompiled_xsec_gpg.cxx deleted file mode 100644 index 5093ea57fdae..000000000000 --- a/xmlsecurity/inc/pch/precompiled_xsec_gpg.cxx +++ /dev/null @@ -1,13 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -#include "precompiled_xsec_gpg.hxx" - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ - diff --git a/xmlsecurity/inc/pch/precompiled_xsec_gpg.hxx b/xmlsecurity/inc/pch/precompiled_xsec_gpg.hxx deleted file mode 100644 index 9f43021e5b6c..000000000000 --- a/xmlsecurity/inc/pch/precompiled_xsec_gpg.hxx +++ /dev/null @@ -1,33 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -/* - This file has been autogenerated by update_pch.sh. It is possible to edit it - manually (such as when an include file has been moved/renamed/removed). All such - manual changes will be rewritten by the next run of update_pch.sh (which presumably - also fixes all possible problems, so it's usually better to use it). - - Generated on 2017-03-03 09:38:52 using: - ./bin/update_pch xmlsecurity/ xsec_gpg --cutoff=1 --exclude:system --include:module --include:local - - If after updating build fails, use the following command to locate conflicting headers: - ./bin/update_pch_bisect ./xmlsecurity/inc/pch/precompiled_xsec_gpg.hxx "make xmlsecurity/.build" --find-conflicts -*/ - -#include -#include -#include -#include -#include -#include -#include -#include -#include - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit