Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
buildsupport
Commits
2601fc94
Commit
2601fc94
authored
Jun 23, 2016
by
Maxime Perrotin
Browse files
Don't generate TASTE API when there are no callers
parent
2b7d76b1
Pipeline
#376
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
c/preprocessing_backend.c
View file @
2601fc94
...
...
@@ -961,7 +961,9 @@ void Preprocess_taste_api (Process *node)
});
/* 2) Create the FV */
Add_api
(
node
,
all_fv
);
if
(
NULL
!=
all_fv
)
{
Add_api
(
node
,
all_fv
);
}
}
/* Create code that handles the collection of code coverage data
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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