mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 14:32:42 +01:00
7 lines
57 B
C++
7 lines
57 B
C++
#include "exit.hh"
|
|
|
|
namespace nix {
|
|
|
|
Exit::~Exit() {}
|
|
|
|
}
|