Skip to content

Commit ca4bdb2

Browse files
committed
m4: Remove unused UPPER and LOWER functions.
1 parent 7135131 commit ca4bdb2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sigc++/macros/template.macros.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ dnl
5454
dnl General macros
5555
dnl
5656

57-
define([UPPER],[translit([$*],[abcdefghijklmnopqrstuvwxyz],[ABCDEFGHIJKLMNOPQRSTUVWXYZ])])
58-
define([LOWER],[translit([$*],[ABCDEFGHIJKLMNOPQRSTUVWXYZ],[abcdefghijklmnopqrstuvwxyz])])
5957
define([PROT],[[$*]])
6058

6159
define([_LOOP],

0 commit comments

Comments
 (0)