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
f2599e24
Commit
f2599e24
authored
May 06, 2011
by
Matthias Braun
Browse files
fix compilation in non-debug mode, remove unused #define
parent
665a4dcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irprofile.c
View file @
f2599e24
...
...
@@ -63,9 +63,6 @@ typedef struct intialize_execfreq_env_t {
double
freq_factor
;
}
initialize_execfreq_env_t
;
/* maximal filename size */
#define MAX_NAME_SIZE 0x100
/* minimal execution frequency (an execfreq of 0 confuses algos) */
#define MIN_EXECFREQ 0.00001
...
...
@@ -73,7 +70,7 @@ typedef struct intialize_execfreq_env_t {
static
set
*
profile
=
NULL
;
/* Hook for vcg output. */
DEBUG_ONLY
(
static
void
*
hook
;
)
static
void
*
hook
;
/* The debug module handle. */
DEBUG_ONLY
(
static
firm_dbg_module_t
*
dbg
;)
...
...
Write
Preview
Markdown
is supported
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