summaryrefslogtreecommitdiff
path: root/src/detect-virt
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-01-04 23:24:38 +0100
committerLennart Poettering <lennart@poettering.net>2013-01-04 23:26:21 +0100
commitbc2708414babc5c99bb8000e63c84e87606cc15d (patch)
tree37602916b5c4bc4fab0664864a86cd83c4c0469a /src/detect-virt
parenta382332eed10d3348231803c47a4c599d24c5e3a (diff)
build-sys: drop all distribution specfic checks
Yay, we now have a completely generic systemd. No distribution specific checks anymore!
Diffstat (limited to 'src/detect-virt')
-rw-r--r--src/detect-virt/detect-virt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/detect-virt/detect-virt.c b/src/detect-virt/detect-virt.c
index bbb9dfc19..bd3ee452c 100644
--- a/src/detect-virt/detect-virt.c
+++ b/src/detect-virt/detect-virt.c
@@ -80,7 +80,6 @@ static int parse_argv(int argc, char *argv[]) {
case ARG_VERSION:
puts(PACKAGE_STRING);
- puts(DISTRIBUTION);
puts(SYSTEMD_FEATURES);
return 0;