Skip to content

Commit

Permalink
Remove old commented out code in likwid-sysfeatures
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatix committed Dec 9, 2024
1 parent 598d529 commit 5567045
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/applications/likwid-sysfeatures.lua
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,6 @@ if #devList == 0 then
end
end

--[[local access_mode = likwid.getAccessClientMode()
if access_mode < 0 or access_mode > 1 then
print_stderr("Manipulation of HW features only for access mode 'direct' or 'accessdaemon'")
os.exit(1)
end]]

-- set verbosity
if verbose > 0 and verbose <= 3 then
likwid.setVerbosity(verbose)
Expand Down

0 comments on commit 5567045

Please sign in to comment.