summaryrefslogtreecommitdiff
path: root/src/mem/ruby/common
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2011-08-29 05:10:23 -0500
committerNilay Vaish <nilay@cs.wisc.edu>2011-08-29 05:10:23 -0500
commit1bbca50491202c6527743fcca9030d55b4ddc06b (patch)
tree8fb0e71ae58833d3a9b528ab2d6769245f09901a /src/mem/ruby/common
parenta08cc94936d4960f837731537b454a63657efd04 (diff)
downloadgem5-1bbca50491202c6527743fcca9030d55b4ddc06b.tar.xz
Ruby: Remove some unused code
Diffstat (limited to 'src/mem/ruby/common')
-rw-r--r--src/mem/ruby/common/TypeDefines.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mem/ruby/common/TypeDefines.hh b/src/mem/ruby/common/TypeDefines.hh
index 78d9d618b..2e8d308e2 100644
--- a/src/mem/ruby/common/TypeDefines.hh
+++ b/src/mem/ruby/common/TypeDefines.hh
@@ -40,12 +40,8 @@ typedef int int32;
typedef long long int64;
typedef long long integer_t;
-typedef unsigned long long uinteger_t;
typedef int64 Time;
typedef uint64 physical_address_t;
-typedef uint64 la_t;
-typedef uint64 pa_t;
-typedef integer_t simtime_t;
#endif