From 939481329ee06692ef832cfd374a994dabfbf8b6 Mon Sep 17 00:00:00 2001 From: Jo Sutton Date: Mon, 8 Jan 2024 17:22:39 +1300 Subject: [PATCH] perftest:ndr_pack_performance: Remove obselete comment Signed-off-by: Jo Sutton Reviewed-by: Martin Schwenke --- source4/dsdb/tests/python/ndr_pack_performance.py | 7 ------- 1 file changed, 7 deletions(-) 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