tests, base: Removed dead code from base/intmath
authorMahyar Samani <msamani@ucdavis.edu>
Tue, 5 Nov 2019 20:01:14 +0000 (12:01 -0800)
committerMahyar Samani <msamani@ucdavis.edu>
Wed, 20 Nov 2019 00:52:01 +0000 (00:52 +0000)
commit92d04b102a018af12b1779d4e588d9df5026f459
tree05835ea3079d5fdb9b0689ff913aab59228f6ef1
parentd40f0bc579fb8b10da7181d3a144cd3e9a0a0e59
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>
src/base/SConscript
src/base/intmath.cc [deleted file]
src/base/intmath.hh