Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal file.c print.c print.h tethereal.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 31 Mar 2002 14:57:01 -0600 (CST)
guy         2002/03/31 14:57:01 CST

  Modified files:
    .                    file.c print.c print.h tethereal.c 
  Log:
  From Joerg Mayer: get rid of unused arguments, and mark those that can't
  be eliminated (because the function is called through a pointer, and
  other functions called through the same pointer *do* use the argument)
  as unused.
  
  Revision  Changes    Path
  1.267     +2 -2      ethereal/file.c
  1.43      +2 -2      ethereal/print.c
  1.26      +2 -2      ethereal/print.h
  1.135     +6 -7      ethereal/tethereal.c