diff options
author | Michael Jennings <mej@lbl.gov> | 2013-03-22 11:06:32 -0700 |
---|---|---|
committer | Michael Jennings <mej@lbl.gov> | 2013-03-22 11:06:32 -0700 |
commit | 8fabff39c7cb779069c4684a170702b369ba9163 (patch) | |
tree | 113bf787f14e51a7352c628ff5e6e63114eb01a9 /src/mbuff.c | |
parent | 12e2329458361da47e42f1b6266280cf8902b7a5 (diff) | |
download | libast-8fabff39c7cb779069c4684a170702b369ba9163.tar.gz |
Remove RCS keyword strings; Git doesn't support them.
Diffstat (limited to 'src/mbuff.c')
-rw-r--r-- | src/mbuff.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbuff.c b/src/mbuff.c index 6d2bd1a..ceaa5fe 100644 --- a/src/mbuff.c +++ b/src/mbuff.c @@ -21,8 +21,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char __attribute__((unused)) cvs_ident[] = "$Id$"; - #ifdef HAVE_CONFIG_H # include <config.h> #endif |