Delete all unused/obsolete .elist files

These (export lists) aren't needed on modern compilers and haven't
been for quite awhile (like 2+ decades).
This commit is contained in:
Jon Trulson
2022-08-06 17:21:02 -06:00
parent 2d0c4d6d39
commit f0494103c3
15 changed files with 0 additions and 6562 deletions

View File

@@ -1,16 +0,0 @@
/****************************************************************************
* Export list for libDtMrm.
* This list *must* be updated whenever a change is made to the libDtMrm API.
*
* The syntax for the symbol declarations in this list is as follows:
* public sym => Public C symbol, i.e., publicised API
* private sym => Private C symbol, i.e., unpublicised API
* internal sym => Internal C symbol, i.e., not part of API
* publicC++ sym => Public C++ symbol, i.e., publicised API
* privateC++ sym => Private C++ symbol, i.e., unpublicised API
* internalC++ sym => Internal C++ symbol, i.e., not part of API
*
* $TOG: libDtMrm.elist /main/1 1999/09/08 11:53:46 mgreess $
*****************************************************************************/
public DtMrmInitialize