Skip to content

Commit 2d275c4

Browse files
JasperB-TeamBluedupondje
authored andcommitted
core: remove unused constant
_UDEV_RULE_FILE_NAME_VM was no longer in use, can be removed. Signed-off-by: Jasper Berton <jasper.berton@team.blue>
1 parent bd2f1b4 commit 2d275c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/vdsm/supervdsm_api/udev.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
_UDEV_RULE_FILE_DIR = "/etc/udev/rules.d/"
3232
_UDEV_RULE_FILE_PREFIX = "99-vdsm-"
3333
_UDEV_RULE_FILE_EXT = ".rules"
34-
_UDEV_RULE_FILE_NAME_VM = os.path.join(
35-
_UDEV_RULE_FILE_DIR, _UDEV_RULE_FILE_PREFIX + '%s-%s' +
36-
_UDEV_RULE_FILE_EXT)
3734

3835
# TODO: remove this when managed devices no longer use appropriateDevice
3936
_UDEV_RULE_FILE_NAME = os.path.join(

0 commit comments

Comments
 (0)