diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-10-03 20:32:22 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-10-03 20:32:22 -0600 |
commit | da6cdd6b8083201c66349133693a173704f5d4df (patch) | |
tree | 0118a022be15f2401c2092dc541109e6336d356c /pico/composer.c | |
parent | a443129c36cd2f93c48a00c6b59b25c7585c64c2 (diff) | |
download | alpine-da6cdd6b8083201c66349133693a173704f5d4df.tar.xz |
* Code clean up and removal of some warnings.
Diffstat (limited to 'pico/composer.c')
-rw-r--r-- | pico/composer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pico/composer.c b/pico/composer.c index 5c538de1..67210ec4 100644 --- a/pico/composer.c +++ b/pico/composer.c @@ -1,7 +1,3 @@ -#if !defined(lint) && !defined(DOS) -static char rcsid[] = "$Id: composer.c 1266 2009-07-14 18:39:12Z hubert@u.washington.edu $"; -#endif - /* * ======================================================================== * Copyright 2006-2009 University of Washington |