From 485b50e6342ceeaee3811531130d57162d3d8ad6 Mon Sep 17 00:00:00 2001 From: Igor Belitskiy Date: Wed, 15 Mar 2023 12:13:31 +0600 Subject: [PATCH] =?UTF-8?q?=D0=A7=D0=B8=D1=81=D1=82=D0=BA=D0=B0=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/ublexec.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/ublexec.cc b/source/ublexec.cc index 93f1413..69faecf 100644 --- a/source/ublexec.cc +++ b/source/ublexec.cc @@ -798,8 +798,6 @@ void MainWindow::is_user_wheel(){ void MainWindow::pars_users() { int uid_max = 65534; - string user_pars = ""; - string del_sim = " "; while (true) { errno = 0; passwd* entry = getpwent();