summaryrefslogtreecommitdiff
path: root/src/base/SConscript
diff options
context:
space:
mode:
authorMahyar Samani <msamani@ucdavis.edu>2019-11-05 12:01:14 -0800
committerMahyar Samani <msamani@ucdavis.edu>2019-11-20 00:52:01 +0000
commit92d04b102a018af12b1779d4e588d9df5026f459 (patch)
tree05835ea3079d5fdb9b0689ff913aab59228f6ef1 /src/base/SConscript
parentd40f0bc579fb8b10da7181d3a144cd3e9a0a0e59 (diff)
downloadgem5-92d04b102a018af12b1779d4e588d9df5026f459.tar.xz
tests, base: Removed dead code from base/intmath
The below list of functions were dead code and are now deleted. intmath.prevPrime, intmath.isPrime, intmath.leastSigBit, intmath.floorPow2, intmath.ceilPow2, intmath.isHex, intmath.isOct, intmath.isDec, intmath.hex2Int. The source file intmath.cc is now effectively useless and deleted. Change-Id: I28e4350056b8d03e02fecd5c7f7f9c62bc2df7ce Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22584 Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br> Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-by: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/base/SConscript')
-rw-r--r--src/base/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base/SConscript b/src/base/SConscript
index 09bcf3f86..1c2f80baf 100644
--- a/src/base/SConscript
+++ b/src/base/SConscript
@@ -58,7 +58,6 @@ Source('hostinfo.cc')
Source('inet.cc')
Source('inifile.cc')
GTest('inifile.test', 'inifile.test.cc', 'inifile.cc', 'str.cc')
-Source('intmath.cc')
Source('logging.cc')
Source('match.cc')
GTest('match.test', 'match.test.cc', 'match.cc', 'str.cc')