summaryrefslogtreecommitdiff
path: root/lib/unistring/unictype/categ_Po.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-11-21 21:16:28 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-11-21 21:34:56 +0100
commit6847368474942642a0669698547f95e41bbfe65c (patch)
tree8011af4e9b07465eea9c7ca14b7f5993df29f499 /lib/unistring/unictype/categ_Po.c
parent435359b570920b5b8b5b529959d39e02df75f491 (diff)
downloadgnutls-6847368474942642a0669698547f95e41bbfe65c.tar.gz
unistring: include only the required categoriestmp-uninorm-remove-unused-categories
In addition fix the license text of the included library.
Diffstat (limited to 'lib/unistring/unictype/categ_Po.c')
-rw-r--r--lib/unistring/unictype/categ_Po.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/lib/unistring/unictype/categ_Po.c b/lib/unistring/unictype/categ_Po.c
deleted file mode 100644
index 1309164939..0000000000
--- a/lib/unistring/unictype/categ_Po.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Categories of Unicode characters.
- Copyright (C) 2002, 2006-2007, 2009-2016 Free Software Foundation, Inc.
- Written by Bruno Haible <bruno@clisp.org>, 2002.
-
- This program is free software: you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
-
-#include <config.h>
-
-/* Specification. */
-#include "unictype.h"
-
-/* Define u_categ_Po table. */
-#include "categ_Po.h"
-
-const uc_general_category_t UC_CATEGORY_Po =
- { UC_CATEGORY_MASK_Po, 0, { &u_categ_Po } };