From: Jo Sutton Date: Mon, 8 Jan 2024 04:22:39 +0000 (+1300) Subject: perftest:ndr_pack_performance: Remove obselete comment X-Git-Tag: tdb-1.4.11~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=939481329ee06692ef832cfd374a994dabfbf8b6;p=thirdparty%2Fsamba.git perftest:ndr_pack_performance: Remove obselete comment Signed-off-by: Jo Sutton Reviewed-by: Martin Schwenke --- diff --git a/source4/dsdb/tests/python/ndr_pack_performance.py b/source4/dsdb/tests/python/ndr_pack_performance.py index 355e36a0e4c..75b0939ce09 100644 --- a/source4/dsdb/tests/python/ndr_pack_performance.py +++ b/source4/dsdb/tests/python/ndr_pack_performance.py @@ -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