CPU: Get rid of the now unnecessary getInst/setInst family of functions.
[gem5.git] / src / cpu / ozone / base_dyn_inst.cc
index 5a3a69dff8d0eacc9252534d56952ccc9690eb9a..e0570fd1626591bf15b31730d7248bec517e2b4d 100644 (file)
@@ -33,7 +33,3 @@
 
 // Explicit instantiation
 template class BaseDynInst<OzoneImpl>;
-
-template <>
-int
-BaseDynInst<OzoneImpl>::instcount = 0;