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