1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

Unnecessary line removed

This commit is contained in:
Valery Sinelnikov 2024-02-09 12:05:11 +04:00
parent 58235cb1a1
commit 18d8e73acd

View File

@ -47,7 +47,6 @@ def username_match_uid(username):
'''
Check the passed username matches current process UID.
'''
uid = os.getuid()
process_username = get_process_user()
if process_username == username: