Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmp_tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Commits
bd8783f4
Commit
bd8783f4
authored
2 years ago
by
Dominik Loidolt
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused code
parent
4d914bb5
No related branches found
No related tags found
1 merge request
!17
Fix a bug when writing a binary file in windows
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/cmp_io.h
+0
-2
0 additions, 2 deletions
include/cmp_io.h
with
0 additions
and
2 deletions
include/cmp_io.h
+
0
−
2
View file @
bd8783f4
...
...
@@ -42,8 +42,6 @@ ssize_t read_file_data(const char *file_name, enum cmp_data_type data_type,
void
*
buf
,
uint32_t
buf_size
,
int
flags
);
ssize_t
read_file_cmp_entity
(
const
char
*
file_name
,
struct
cmp_entity
*
ent
,
uint32_t
ent_size
,
int
flags
);
ssize_t
read_file32
(
const
char
*
file_name
,
uint32_t
*
buf
,
uint32_t
buf_size
,
int
verbose_en
);
uint32_t
cmp_tool_gen_version_id
(
const
char
*
version
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment