From cc2cc588693bb73b1892aea82fd0ac9729196f25 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Mon, 1 Sep 2014 16:55:41 -0500 Subject: ruby: eliminate type Time There is another type Time in src/base class which results in a conflict. --- src/mem/ruby/common/TypeDefines.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mem/ruby/common/TypeDefines.hh') diff --git a/src/mem/ruby/common/TypeDefines.hh b/src/mem/ruby/common/TypeDefines.hh index 391c9365a..9996fb0f4 100644 --- a/src/mem/ruby/common/TypeDefines.hh +++ b/src/mem/ruby/common/TypeDefines.hh @@ -33,7 +33,6 @@ typedef unsigned long long uint64; typedef long long int64; -typedef int64 Time; typedef uint64 physical_address_t; typedef int64 Index; // what the address bit ripper returns -- cgit v1.2.3