aboutsummaryrefslogtreecommitdiff
path: root/src/nix/legacy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/legacy.cc')
-rw-r--r--src/nix/legacy.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nix/legacy.cc b/src/nix/legacy.cc
deleted file mode 100644
index 6df09ee37..000000000
--- a/src/nix/legacy.cc
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "legacy.hh"
-
-namespace nix {
-
-RegisterLegacyCommand::Commands * RegisterLegacyCommand::commands = 0;
-
-}