Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EtherBone Core
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
EtherBone Core
Commits
0f295a40
Commit
0f295a40
authored
13 years ago
by
Wesley W. Terpstra
Browse files
Options
Downloads
Patches
Plain Diff
This is not used on any critical code path.
parent
7b8f7c0a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
api/v2/glue/widths.c
+0
-1
0 additions, 1 deletion
api/v2/glue/widths.c
with
0 additions
and
1 deletion
api/v2/glue/widths.c
+
0
−
1
View file @
0f295a40
...
...
@@ -25,7 +25,6 @@ int eb_width_refined(eb_width_t width) {
}
eb_width_t
eb_width_refine
(
eb_width_t
width
)
{
/* !!! i bet there is a clever way to do this in 5 instructions */
eb_width_t
data
=
width
&
0xf
;
eb_width_t
addr
=
width
>>
4
;
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment