ctdb-tests: Drop incorrect comment, unused function
authorMartin Schwenke <martin@meltin.net>
Fri, 11 May 2018 11:55:55 +0000 (21:55 +1000)
committerAmitay Isaacs <amitay@samba.org>
Tue, 6 Nov 2018 06:16:14 +0000 (07:16 +0100)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tests/takeover_helper/scripts/local.sh

index e26da0669d80c6cc84f923c9a37f53d4de0f9c5c..f12e1be1977d0972a73e9c1880d470bdbb596ace 100644 (file)
@@ -1,7 +1,5 @@
 # Hey Emacs, this is a -*- shell-script -*- !!!  :-)
 
-# Augment PATH with stubs/ directory.
-
 if "$TEST_VERBOSE" ; then
        debug () { echo "$@" ; }
 else
@@ -64,11 +62,6 @@ setup_ctdbd ()
        test_cleanup cleanup_ctdbd
 }
 
-ctdbd_getpid ()
-{
-       cat "$ctdbd_pidfile"
-}
-
 # Render non-printable characters.  The helper prints the status as
 # binary, so render it for easy comparison.
 result_filter ()