summaryrefslogtreecommitdiffstats
path: root/loader/moduleinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove loader/Will Woods2012-02-151-274/+0
| | | | IT IS ACCOMPLISHED.
* remove unused variablesMichal Schmidt2011-02-031-2/+0
| | | | | | | | | | | There were two kinds of unused but set variables: - the really pointless ones - the ones whose only purpose was to silence the warnings about ignoring the return values from functions declared with __attribute__((__warn_unused_result__)) Since gcc 4.5 the warnings can be disabled using -Wno-unused-result, so the variables are no longer necessary. Then -Wno-unused-but-set-variable is an overkill, so drop it.
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+276