Skip to content
GitLab
Menu
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
Feb 18, 2018
by
Hisham Muhammad
Browse files
Remove unused function from unsupported/
parent
f9146175
Changes
2
Hide whitespace changes
Inline
Side-by-side
unsupported/UnsupportedProcessList.c
View file @
eed18dd1
...
@@ -68,8 +68,3 @@ void ProcessList_goThroughEntries(ProcessList* super) {
...
@@ -68,8 +68,3 @@ void ProcessList_goThroughEntries(ProcessList* super) {
proc
->
minflt
=
20
;
proc
->
minflt
=
20
;
proc
->
majflt
=
20
;
proc
->
majflt
=
20
;
}
}
void
UnsupportedProcessList_scan
(
ProcessList
*
this
)
{
(
void
)
this
;
// stub!
}
unsupported/UnsupportedProcessList.h
View file @
eed18dd1
...
@@ -17,6 +17,4 @@ void ProcessList_delete(ProcessList* this);
...
@@ -17,6 +17,4 @@ void ProcessList_delete(ProcessList* this);
void
ProcessList_goThroughEntries
(
ProcessList
*
super
);
void
ProcessList_goThroughEntries
(
ProcessList
*
super
);
void
UnsupportedProcessList_scan
(
ProcessList
*
this
);
#endif
#endif
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