Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
eed18dd1
Commit
eed18dd1
authored
7 years ago
by
Hisham Muhammad
Browse files
Options
Download
Email Patches
Plain Diff
Remove unused function from unsupported/
parent
f9146175
master
next
pkgconfig-on-linux
3.0.0beta5
3.0.0beta4
3.0.0beta3
2.2.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
unsupported/UnsupportedProcessList.c
+0
-5
unsupported/UnsupportedProcessList.c
unsupported/UnsupportedProcessList.h
+0
-2
unsupported/UnsupportedProcessList.h
with
0 additions
and
7 deletions
+0
-7
unsupported/UnsupportedProcessList.c
View file @
eed18dd1
...
...
@@ -68,8 +68,3 @@ void ProcessList_goThroughEntries(ProcessList* super) {
proc
->
minflt
=
20
;
proc
->
majflt
=
20
;
}
void
UnsupportedProcessList_scan
(
ProcessList
*
this
)
{
(
void
)
this
;
// stub!
}
This diff is collapsed.
Click to expand it.
unsupported/UnsupportedProcessList.h
View file @
eed18dd1
...
...
@@ -17,6 +17,4 @@ void ProcessList_delete(ProcessList* this);
void
ProcessList_goThroughEntries
(
ProcessList
*
super
);
void
UnsupportedProcessList_scan
(
ProcessList
*
this
);
#endif
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help