]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
perftest:ndr_pack_performance: Remove obselete comment
authorJo Sutton <josutton@catalyst.net.nz>
Mon, 8 Jan 2024 04:22:39 +0000 (17:22 +1300)
committerMartin Schwenke <martins@samba.org>
Tue, 2 Jul 2024 03:39:35 +0000 (03:39 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Martin Schwenke <martin@meltin.net>
source4/dsdb/tests/python/ndr_pack_performance.py

index 355e36a0e4c73cdc48de093e3bbbe1c6ba8cf53e..75b0939ce091a07200661f674d5b056b5431b12d 100644 (file)
@@ -6,13 +6,6 @@ sys.path.insert(0, 'bin/python')
 import samba
 import gzip
 
-# We try to use the test infrastructure of Samba 4.3+, but if it
-# doesn't work, we are probably in a back-ported patch and trying to
-# run on 4.1 or something.
-#
-# Don't copy this horror into ordinary tests -- it is special for
-# performance tests that want to apply to old versions.
-
 from samba.tests.subunitrun import TestProgram
 
 from samba.ndr import ndr_pack, ndr_unpack