diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-05-27 23:09:36 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-05-27 23:40:37 +0200 |
commit | a3d89c3faf5b9807d60a98020677b9e0bcf7326e (patch) | |
tree | a3c8281bc8a62f6f9fb066b53424682aa51407ef /scp2/inc | |
parent | ac8532ce26e79453b3a969b956ebb7823c455131 (diff) |
scp: remove unused STD_JAR_FILE, JARFILENAME
Change-Id: I7e78e45b66ea2b74268f4e4479ebb0259eba130c
Diffstat (limited to 'scp2/inc')
-rwxr-xr-x | scp2/inc/macros.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index bed8deb62930..9497473d1326 100755 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -243,14 +243,6 @@ End End #endif -#define STD_JAR_FILE(id,name) \ - File id \ - TXT_FILE_BODY; \ - Name = STRING(CONCAT2(name,.jar)); \ - Dir = gid_Dir_Classes; \ - Styles = (PACKED); \ - End - #define LIBO_JAR_FILE(id,name) \ File id \ TXT_FILE_BODY; \ @@ -267,8 +259,6 @@ End Styles = (PACKED); \ End -#define JARFILENAME(name) STRING(CONCAT2(name,.jar)) - #define SPECIAL_COMPONENT_LIB_FILE(id,name) \ File id \ Name = SPECIAL_COMPONENT_LIB_NAME(name); \ |