mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 06:55:27 +00:00
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:
4
lists.c
4
lists.c
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
|
||||
* 1998, 1999, 2000, 2001, 2002 Brian S. Dean <bsd@bsdhome.com>
|
||||
* 1998, 1999, 2000, 2001, 2002, 2003 Brian S. Dean <bsd@bsdhome.com>
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -51,8 +51,6 @@
|
||||
|
||||
#include "lists.h"
|
||||
|
||||
char * lists_version = "$Id$";
|
||||
|
||||
#define MAGIC 0xb05b05b0
|
||||
|
||||
#define CHECK_MAGIC 0 /* set to 1 to enable memory overwrite detection */
|
||||
|
Reference in New Issue
Block a user