diff options
Diffstat (limited to 'cpu/ozone/back_end.cc')
-rw-r--r-- | cpu/ozone/back_end.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ozone/back_end.cc b/cpu/ozone/back_end.cc index dbab5435e..cb014e4cc 100644 --- a/cpu/ozone/back_end.cc +++ b/cpu/ozone/back_end.cc @@ -2,4 +2,4 @@ #include "cpu/ozone/back_end_impl.hh" #include "cpu/ozone/ozone_impl.hh" -template class BackEnd<OzoneImpl>; +//template class BackEnd<OzoneImpl>; |