From 2173e28fcf7b145a4c262891755ce23df43319b7 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 18 Jul 2011 07:48:14 +0000 Subject: Follow-up: forgot to remove useless regset structs. --- libman.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libman.h') diff --git a/libman.h b/libman.h index 16fb0621..7ce77cdd 100644 --- a/libman.h +++ b/libman.h @@ -36,7 +36,6 @@ struct man { struct man_node *last; /* the last parsed node */ struct man_node *first; /* the first parsed node */ struct man_meta meta; /* document meta-data */ - struct regset *regs; /* registers */ struct roff *roff; }; -- cgit