summaryrefslogtreecommitdiff
path: root/os400/libxmlrpg/xmlexports.rpgle
diff options
context:
space:
mode:
Diffstat (limited to 'os400/libxmlrpg/xmlexports.rpgle')
-rw-r--r--os400/libxmlrpg/xmlexports.rpgle15
1 files changed, 0 insertions, 15 deletions
diff --git a/os400/libxmlrpg/xmlexports.rpgle b/os400/libxmlrpg/xmlexports.rpgle
deleted file mode 100644
index 9a6fd10..0000000
--- a/os400/libxmlrpg/xmlexports.rpgle
+++ /dev/null
@@ -1,15 +0,0 @@
- * Summary: macros for marking symbols as exportable/importable.
- * Description: macros for marking symbols as exportable/importable.
- *
- * Copy: See Copyright for the status of this software.
- *
- * Author: Patrick Monnerat <pm@datasphere.ch>, DATASPHERE S.A.
-
- /if not defined(XML_EXPORTS_H__)
- /define XML_EXPORTS_H__
-
- * The definition in the original C header file are not appliable to
- * ILE/RPG.
- * Therefore this file is intentionally empty.
-
- /endif XML_EXPORTS_H__