Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
dddfcd71
Commit
dddfcd71
authored
Mar 20, 2014
by
Matthias Braun
Browse files
remove unused ird_color_dead_block_background
parent
bc27cbc8
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/ir/irdump.c
View file @
dddfcd71
...
...
@@ -50,7 +50,6 @@ typedef enum ird_color_t {
ird_color_none
=
-
1
,
ird_color_prog_background
,
ird_color_block_background
,
ird_color_dead_block_background
,
ird_color_block_inout
,
ird_color_default_node
,
ird_color_phi
,
...
...
@@ -273,7 +272,6 @@ static void init_colors(void)
custom_color
(
ird_color_prog_background
,
"204 204 204"
);
custom_color
(
ird_color_block_background
,
"255 255 0"
);
custom_color
(
ird_color_dead_block_background
,
"190 150 150"
);
named_color
(
ird_color_block_inout
,
"lightblue"
);
named_color
(
ird_color_default_node
,
"white"
);
custom_color
(
ird_color_memory
,
"153 153 255"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment