summaryrefslogtreecommitdiff
path: root/cpu/ozone/inorder_back_end.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/ozone/inorder_back_end.cc')
-rw-r--r--cpu/ozone/inorder_back_end.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpu/ozone/inorder_back_end.cc b/cpu/ozone/inorder_back_end.cc
deleted file mode 100644
index 14db610d2..000000000
--- a/cpu/ozone/inorder_back_end.cc
+++ /dev/null
@@ -1,5 +0,0 @@
-
-#include "cpu/ozone/inorder_back_end_impl.hh"
-#include "cpu/ozone/simple_impl.hh"
-
-template class InorderBackEnd<SimpleImpl>;