mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 05:45:27 +00:00
Clean up unused variable in compat.sh
This commit is contained in:
parent
a4afadfccd
commit
decaf0b182
|
@ -954,9 +954,6 @@ for PEER in $PEERS; do
|
|||
esac
|
||||
done
|
||||
|
||||
# used by watchdog
|
||||
MAIN_PID="$$"
|
||||
|
||||
# Pick a "unique" port in the range 10000-19999.
|
||||
PORT="0000$$"
|
||||
PORT="1$(echo $PORT | tail -c 5)"
|
||||
|
|
Loading…
Reference in a new issue