Cleaned unused variable
This commit is contained in:
parent
8cecf6d145
commit
e35b4b3725
|
@ -38,7 +38,7 @@ int main(int argc, char **argv)
|
||||||
BoolArray_t *globalPreemptionSpace = NULL;
|
BoolArray_t *globalPreemptionSpace = NULL;
|
||||||
IntArray_t *globalDrawingSpace = NULL;
|
IntArray_t *globalDrawingSpace = NULL;
|
||||||
IntArray_t *arrowList = NULL;
|
IntArray_t *arrowList = NULL;
|
||||||
IntArray_t *transitionTree = NULL;
|
//IntArray_t *transitionTree = NULL;
|
||||||
|
|
||||||
globalPreemptionSpace = (BoolArray_t*) malloc(sizeof(BoolArray_t));
|
globalPreemptionSpace = (BoolArray_t*) malloc(sizeof(BoolArray_t));
|
||||||
globalPreemptionSpace->space = (bool*) malloc(sizeof(bool)*SPACE_SIZE);
|
globalPreemptionSpace->space = (bool*) malloc(sizeof(bool)*SPACE_SIZE);
|
||||||
|
|
Loading…
Reference in New Issue