]> git.draconx.ca Git - cdecl99.git/blobdiff - src/typemap.c
Separate specifier handling from the output routines.
[cdecl99.git] / src / typemap.c
index 11048684dce7be71ba2f76b0317c82da3f1d0942..a280be20499f4777c727b0e0b761aee2764bbcb3 100644 (file)
@@ -81,13 +81,3 @@ unsigned long cdecl__build_typemap(struct cdecl_declspec *s)
                return -1;
        }
 }
-
-const char *cdecl__explain_typemap(unsigned long map)
-{
-       switch (map) {
-#      include "typenames.h"
-       default:
-               fprintf(stderr, "invalid type specifiers\n");
-               return NULL;
-       }
-}