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
Florian Uhlig
flib_dpb_20
Commits
9ce7c7c0
Commit
9ce7c7c0
authored
Sep 23, 2019
by
Florian Uhlig
Browse files
Remove unused variables
parent
ce30a753
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
flib_dpb_20/MicrosliceContents20.cpp
flib_dpb_20/MicrosliceContents20.cpp
+2
-3
No files found.
flib_dpb_20/MicrosliceContents20.cpp
View file @
9ce7c7c0
// Author Cruz Garcia
// Based on MicrosliceContent.* from Michael Krieger
// -------------------------------------------------------
...
...
@@ -63,9 +62,9 @@ size_t _next_dtm(std::vector<DTM>& dtms, const uint16_t *data_r)
auto
data
=
data_r
++
;
auto
link
=
uint16_t
{
*
data_r
++
};
// eLink source
auto
group
=
link
;
auto
empty
=
uint16_t
{
*
data_r
++
};
//
auto empty = uint16_t {*data_r++};
(FU) not used
auto
addr
=
uint16_t
{
*
data_r
++
};
// AFCK ID
auto
size
=
size_t
(
data
);
//
auto size = size_t(data);
(FU) not used
dtms
.
push_back
({
addr
,
link
,
group
,
data
,
size_t
{
1
}});
//printf("%04x %04x %04x %04x %04x\n", *data, link, group, empty, addr);
...
...
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