Fix broken build

This commit is contained in:
Robin Davies
2022-03-04 21:10:20 -05:00
parent 792501416c
commit 176515cee3
-1
View File
@@ -187,7 +187,6 @@ static bool userExists(const char *userName)
static void RemoveLine(const std::string&path, const std::string lineToRemove)
{
std::string newLine = PAM_LINE;
std::vector<std::string> lines;
try
{