jserv / mini-arm-os

Build a minimal multi-tasking OS kernel for ARM from scratch
Other
1.04k stars 242 forks source link

Remove redundant function #25

Closed ryanpatiency closed 6 years ago

jserv commented 6 years ago

You shall explain why this cleanup works.

ryanpatiency commented 6 years ago

Can I explain in the comment here? Or shall I explain it by create a new pull request?

jserv commented 6 years ago

Simply edit source files(s) and use git add *.c && git commit --amend to create new Git commit. Then, force push to your branch.