Skip to content

Commit

Permalink
Removed header for label.h
Browse files Browse the repository at this point in the history
Since the removal of the `label_table` global variables, the label
header does not need to be exposed publically to prevent accidental
change or corruption of these values.
  • Loading branch information
cheng-alvin committed Dec 28, 2024
1 parent 7a8bc46 commit f1dad18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libjas/include/jas.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ namespace jas {
#include "codegen.h"
#include "error.h"
#include "instruction.h"
#include "label.h"
#include "mode.h"
#include "operand.h"
#include "register.h"
Expand Down

0 comments on commit f1dad18

Please sign in to comment.