shithub: mc

Download patch

ref: 4811d6d268aad3838a539e2d8f7f6c44ef0dca2a
parent: a7fc1a49cbc6b97a2a227c76a833c6f4cd827cf4
author: Ori Bernstein <ori@eigenstate.org>
date: Fri Apr 24 05:35:33 EDT 2015

Remove gentydesc prototype.

    It's stubbed in.

--- a/6/genp9.c
+++ b/6/genp9.c
@@ -39,7 +39,6 @@
 
 static size_t writeblob(FILE *fd, char *name, size_t off, Htab *globls, Htab *strtab, Node *blob);
 static void locprint(FILE *fd, Loc *l, char spec);
-static void gentydesc(FILE *fd, Type *ty);
 
 static void fillglobls(Stab *st, Htab *globls)
 {