changeset 34984:725ad15f859d

(Fcategory_docstring): Remove unused variable `doc'. (Fget_unused_category): Remove unused variable `docstring_vector'. (Fchar_category_set): Remove unused variables `val', `charset', `c1' and `c2'.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 02 Jan 2001 14:21:33 +0000
parents 80882632a23d
children cbfe4fc97ebe
files src/category.c
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/category.c	Tue Jan 02 14:20:32 2001 +0000
+++ b/src/category.c	Tue Jan 02 14:21:33 2001 +0000
@@ -110,8 +110,6 @@
   (category, table)
      Lisp_Object category, table;
 {
-  Lisp_Object doc;
-
   CHECK_CATEGORY (category, 0);
   table = check_category_table (table);
 
@@ -128,7 +126,6 @@
      Lisp_Object table;
 {
   int i;
-  Lisp_Object docstring_vector;
 
   table = check_category_table (table);
 
@@ -287,10 +284,6 @@
   (ch)
      Lisp_Object ch;
 {
-  Lisp_Object val;
-  int charset;
-  unsigned char c1, c2;
-
   CHECK_NUMBER (ch, 0);
   return CATEGORY_SET (XFASTINT (ch));
 }