diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-03-01 19:46:28 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-03-01 19:46:28 -0500 |
commit | 1ee4fe83d74978f44eb61b23dda9c258f4af82b1 (patch) | |
tree | 358c7a26e017457c44804fa10d0c7e82042cb569 /locale.d | |
parent | df9ef3a48883d4a34eeabbfd5af42f289c1353c2 (diff) |
decide not to try autogenerating tests, it is too error prone
Diffstat (limited to 'locale.d')
-rw-r--r-- | locale.d | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/locale.d b/locale.d deleted file mode 100644 index 49ab136..0000000 --- a/locale.d +++ /dev/null @@ -1,7 +0,0 @@ -static int locale_categories[] = { - LC_ALL, - LC_COLLATE, - LC_CTYPE, - LC_MONETARY, - LC_NUMERIC, -}; |