]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc: Drop useless ifdef __linux__
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 2 Oct 2017 13:19:19 +0000 (15:19 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 5 Oct 2017 07:16:05 +0000 (09:16 +0200)
commitd4588bb9578659beae3ba9cebf18b6e6862204ed
tree508c969901761488564ab79b37bf72f931d3278a
parent2925f9395eedd75f1084d0f224f3d96b9c6eac43
lxc: Drop useless ifdef __linux__

This code compiles only on Linux. Therefore the condition we
check is always true.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/lxc/lxc_driver.c