mirror of https://github.com/acidanthera/audk.git
This file is never used any more. Enhance Cpptasks.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@684 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8a2866387d
commit
626b85a58c
|
@ -1,23 +0,0 @@
|
|||
package net.sf.antcontrib.cpptasks.userdefine;
|
||||
|
||||
public class UserDefineElement {
|
||||
String flag = null;
|
||||
String value = null;
|
||||
|
||||
public String getValue() {
|
||||
return value;
|
||||
}
|
||||
|
||||
public void setValue(String value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
public String getFlag() {
|
||||
return flag;
|
||||
}
|
||||
|
||||
public void setFlag(String flag) {
|
||||
this.flag = flag;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue