diff --git a/Polygon_repair/include/CGAL/Polygon_repair/Union_rule.h b/Polygon_repair/include/CGAL/Polygon_repair/Union_rule.h deleted file mode 100644 index 1e9d08fb5d7..00000000000 --- a/Polygon_repair/include/CGAL/Polygon_repair/Union_rule.h +++ /dev/null @@ -1,35 +0,0 @@ -// Copyright (c) 2024 GeometryFactory. -// All rights reserved. -// -// This file is part of CGAL (www.cgal.org). -// -// $URL$ -// $Id$ -// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial -// -// Author(s) : Andreas Fabri - -#ifndef CGAL_POLYGON_REPAIR_UNION_RULE_H -#define CGAL_POLYGON_REPAIR_UNION_RULE_H - -#include - -namespace CGAL { - -namespace Polygon_repair { - -/// \addtogroup PkgPolygonRepairRef -/// @{ - -/*! - Tag class to select the union rule when calling `CGAL::Polygon_repair::repair()`. - */ - struct Union_rule {}; - -///@} - -} // namespace Polygon_repair - -} // namespace CGAL - -#endif // CGAL_POLYGON_REPAIR_UNION_RULE_H