Kaydet (Commit) a3d89c3f authored tarafından Michael Stahl's avatar Michael Stahl

scp: remove unused STD_JAR_FILE, JARFILENAME

Change-Id: I7e78e45b66ea2b74268f4e4479ebb0259eba130c
üst ac8532ce
......@@ -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); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment