diff options
author | Takeru Hayasaka <hayatake396@gmail.com> | 2024-12-15 06:05:04 +0900 |
---|---|---|
committer | Takeru Hayasaka <hayatake396@gmail.com> | 2024-12-23 09:13:14 +0000 |
commit | 967218a33cda789758822f9f1232dffce3ddddca (patch) | |
tree | b36038cc037e02882f8f8418f474c10c65b481bc /src | |
parent | e7cab89f9f81b2eeb456657d26dda8bd7d7fc428 (diff) | |
download | vyos-1x-967218a33cda789758822f9f1232dffce3ddddca.tar.gz vyos-1x-967218a33cda789758822f9f1232dffce3ddddca.zip |
T6013: Remove unused variables to make it lint-friendly
Diffstat (limited to 'src')
-rwxr-xr-x | src/conf_mode/service_ssh.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/service_ssh.py b/src/conf_mode/service_ssh.py index 6c8aa20d0..74d962876 100755 --- a/src/conf_mode/service_ssh.py +++ b/src/conf_mode/service_ssh.py @@ -145,7 +145,6 @@ def generate(ssh): def apply(ssh): - systemd_service_ssh = 'ssh.service' systemd_service_sshguard = 'sshguard.service' if not ssh: # SSH access is removed in the commit |