scp: remove unused STD_JAR_FILE, JARFILENAME
Change-Id: I7e78e45b66ea2b74268f4e4479ebb0259eba130c
This commit is contained in:
@@ -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); \
|
||||
|
Reference in New Issue
Block a user