forked from solstice/solstice
Start work on dropping tmp vars after use
This commit is contained in:
@@ -28,6 +28,7 @@ namespace Solstice {
|
||||
class SolGroundCodeBlock {
|
||||
public:
|
||||
std::vector<GroundInstruction> code;
|
||||
std::vector<std::string> toBeDropped;
|
||||
SolGroundCodeBlock() = default;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user