# HG changeset patch # User Korey Sewell <[email protected]> # Date 1239342519 14400 # Node ID 1ea36de4c34568f7a3561fb9b7ed7393b725692b # Parent 2ac6e5d7d8aa30b4f82417401f0c97f0339b505e Remove namespace from header file. Causes compiler issues that are hard to find
diff -r 2ac6e5d7d8aa -r 1ea36de4c345 src/cpu/inorder/inorder_dyn_inst.hh --- a/src/cpu/inorder/inorder_dyn_inst.hh Fri Apr 10 01:48:39 2009 -0400 +++ b/src/cpu/inorder/inorder_dyn_inst.hh Fri Apr 10 01:48:39 2009 -0400 @@ -56,9 +56,6 @@ #include "mem/packet.hh" #include "sim/system.hh" -using namespace TheISA; - - /** * @file * Defines a dynamic instruction context for a inorder CPU model. _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
