Skip to content

Commit

Permalink
Remove redundant declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadliaJerad committed Jun 8, 2023
1 parent 4c31572 commit 027c65b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions core/federated/RTI/rti.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ extern federation_RTI_t* _F_RTI;
*/
unsigned int _lf_number_of_workers = 0u;

/**
* References to the federation RTI and the enclave RTI.
* They both point to the same enclaves stuctures. In the case of federation RTI,
* however, enclaves are encapsulated in federates.
*/
extern enclave_RTI_t * _E_RTI;
extern federation_RTI_t* _F_RTI;

extern lf_mutex_t rti_mutex;
extern lf_cond_t received_start_times;
extern lf_cond_t sent_start_time;
Expand Down

0 comments on commit 027c65b

Please sign in to comment.