diff options
Diffstat (limited to 'src/libutil/exit.cc')
-rw-r--r-- | src/libutil/exit.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libutil/exit.cc b/src/libutil/exit.cc new file mode 100644 index 000000000..73cd8b04e --- /dev/null +++ b/src/libutil/exit.cc @@ -0,0 +1,7 @@ +#include "exit.hh" + +namespace nix { + +Exit::~Exit() {} + +} |