Get rid of the verbose printing of individual file CVS version ids.

This was intended to be used for identifying code in the field for
incoming bug reports, but I've never really found it all that useful.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@171 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
bsd
2003-02-06 05:45:06 +00:00
parent c1bcfe53a7
commit f983234f46
20 changed files with 24 additions and 175 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002 Brian S. Dean <bsd@bsdhome.com>
* Copyright 2002, 2003 Brian S. Dean <bsd@bsdhome.com>
* All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -54,8 +54,6 @@
extern char * progname;
extern int do_cycles;
char * stk500_version = "$Id$";
int static stk500_send(PROGRAMMER * pgm, char * buf, int buflen)
{