1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-05 09:18:06 +03:00

perftest:ndr_pack_performance: Remove obselete comment

Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Jo Sutton 2024-01-08 17:22:39 +13:00 committed by Martin Schwenke
parent 4844b1c34c
commit 939481329e

View 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