~apw/module-init-tools/resync

« back to all changes in this revision

Viewing changes to logging.h

  • Committer: Jon Masters
  • Author(s): Alan Jenkins
  • Date: 2009-05-27 16:53:57 UTC
  • mto: (152.4.2)
  • mto: This revision was merged to the branch mainline in revision 178.
  • Revision ID: git-v1:43dbee40462c3dc89d968bc8dea015618a5ee6af
logging: remove unused warning counter

Signed-off-by: Jon Masters <jcm@jonmasters.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
/* Do we want to silently drop all warnings? */
8
8
extern int quiet;
9
9
 
10
 
/* Number of times warn() has been called */
11
 
extern int warned;
12
 
 
13
10
/* Do we want informative messages as well as errors? */
14
11
extern int verbose;
15
12