mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 14:18:10 +00:00
Clean up unused variable in compat.sh
This commit is contained in:
parent
a4afadfccd
commit
decaf0b182
1 changed files with 0 additions and 3 deletions
|
@ -954,9 +954,6 @@ for PEER in $PEERS; do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
# used by watchdog
|
|
||||||
MAIN_PID="$$"
|
|
||||||
|
|
||||||
# Pick a "unique" port in the range 10000-19999.
|
# Pick a "unique" port in the range 10000-19999.
|
||||||
PORT="0000$$"
|
PORT="0000$$"
|
||||||
PORT="1$(echo $PORT | tail -c 5)"
|
PORT="1$(echo $PORT | tail -c 5)"
|
||||||
|
|
Loading…
Reference in a new issue