This removes static initializers for `nix` subcommands. cl/1905 made the same change but for legacy commands. See: #359 Change-Id: I23c99755719cef8e73fc720b685d4d1cf9b4ef15
8 lines
70 B
C++
8 lines
70 B
C++
#pragma once
|
|
/// @file
|
|
namespace nix {
|
|
|
|
void registerNixProfile();
|
|
|
|
}
|