Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
batsim
batsim
Commits
6fe904da
Commit
6fe904da
authored
Aug 30, 2017
by
Steffen Lackner
Browse files
[code] Fix: remove old code
parent
5ba5b9a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jobs_execution.cpp
View file @
6fe904da
...
...
@@ -300,7 +300,6 @@ int execute_profile(BatsimContext *context,
SchedulerSendProfileData
*
data
=
(
SchedulerSendProfileData
*
)
profile
->
data
;
XBT_INFO
(
"Sending message to the scheduler"
);
context
->
proto_writer
->
append_from_job_message
(
job
->
id
,
data
->
message
,
MSG_get_clock
());
FromJobMessage
*
message
=
new
FromJobMessage
;
message
->
job_id
=
job_id
;
...
...
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