This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Description
The RcsId variable is defined in many source files (80+)but never used. It generates a compiler warning when compiling Tango. RcsId is a vestige left over from the RCS revision system (before SVN) and was used to determine the version of each file individually. This is not needed any more because we release all files in the library together.
I propose to remove all unused occurrences of RcsId.