chore: drop unnecessary line stripping

Since this comes out of ps-current-scale, we can ensure the contents are always valid.
This commit is contained in:
Jose Diaz-Gonzalez
2021-08-01 16:33:42 -04:00
parent a1dcc2c173
commit 8fc0cb67ec
3 changed files with 0 additions and 6 deletions

View File

@@ -13,8 +13,6 @@ check_all_processes() {
local PROC_TYPE
local PROC_COUNT
while read -r line || [[ -n "$line" ]]; do
[[ "$line" =~ ^#.* ]] && continue
line="$(strip_inline_comments "$line")"
local PROC_TYPE=${line%%=*}
local PROC_COUNT=${line#*=}