summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-08-28 15:15:27 +0000
committerFedja Beader <fedja@protonmail.ch>2024-08-28 15:15:27 +0000
commit7929b1dc48116522b6ed82b05e864a5b15910de9 (patch)
tree9b3af9baa08a9dd500f5dbc8d11b3725420f15f2 /configure.ac
parente304e3feb771f3e1000addce04e7557f1211192a (diff)
downloadplus-7929b1dc48116522b6ed82b05e864a5b15910de9.tar.gz
plus-7929b1dc48116522b6ed82b05e864a5b15910de9.tar.bz2
plus-7929b1dc48116522b6ed82b05e864a5b15910de9.tar.xz
plus-7929b1dc48116522b6ed82b05e864a5b15910de9.zip
Remove silly msg.read* duplication
& shaves ~5KB from debug binary. previd=""; while read -r line; do if [[ $line =~ .*"msg.read"[^\"]*"\""([^\"]*).* ]]; then id="${BASH_REMATCH[1]}"; if [[ "$id" == "$previd" ]]; then printf "%s\n" "$line"; fi; previd="$id"; fi; done < <(grep -r 'msg.read.*' src/net/) **** mana/plus!91
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions