netanim: Remove file with required netanim version

This file was used by ns-3-allinone to download the right netanim
version. Since netanim is downloaded by ns-3 directly now, this file is
no longer needed.
This commit is contained in:
André Apitzsch
2024-12-12 15:49:43 +01:00
committed by Tom Henderson
parent e6909ab4b5
commit 4d6dda273f

View File

@@ -1,9 +0,0 @@
# Store version information for required netanim version, used by
# ns-3-allinone/download.py.
# If specifying a released netanim version, specify the required netanim
# version as, e.g. 'netanim-3.108'
# If specifying a commit on the development tree, specify it like this based
# on 'git describe --tags' command. Example, if the latest release was 3.108,
# and 'git describe --tags' reports "netanim-3.108-6-g8e7c0a9", then write the
# version string below as 'netanim-3.108.post6+ng8e7c0a9'
__required_netanim_version__ = "netanim-3.109"