]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
remove dead code
authorTobias Oetiker <tobi@oetiker.ch>
Wed, 4 Jan 2023 08:23:56 +0000 (09:23 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Wed, 4 Jan 2023 08:23:56 +0000 (09:23 +0100)
tests/functions

index bf6ed5a89b982e0b782dd8e95303cca3e9fa0f27..392239247bd639b70313012dd352bc5938531124 100644 (file)
@@ -1,4 +1,4 @@
-
+set -x
 TZ=Europe/Zurich
 export TZ
 
@@ -203,7 +203,6 @@ function run_cached {
             }
             export RRDTOOL=RRDTOOLCOMPAT
 
-            randport=$(python -S -c "import random; random.seed('$(basename $0)'); print(random.randrange(49152,65535))")
             port=$(python2 -S << HERE
 import SocketServer
 s = SocketServer.TCPServer(("localhost", 0), None)