Skip to content

Commit 8be6471

Browse files
committed
OS (Linux): remove duplicated code
1 parent fe5d739 commit 8be6471

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/detection/os/os_linux.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,6 @@ FF_MAYBE_UNUSED static void getUbuntuFlavour(FFOSResult* result)
170170
return;
171171
}
172172

173-
if(ffStrContains(xdgConfigDirs, "xubuntu"))
174-
{
175-
ffStrbufSetStatic(&result->name, "Xubuntu");
176-
ffStrbufSetF(&result->prettyName, "Xubuntu %s", result->version.chars);
177-
ffStrbufSetStatic(&result->id, "xubuntu");
178-
ffStrbufSetStatic(&result->idLike, "ubuntu");
179-
return;
180-
}
181-
182173
if(ffStrContains(xdgConfigDirs, "lliurex"))
183174
{
184175
ffStrbufSetStatic(&result->name, "LliureX");

0 commit comments

Comments
 (0)