Skip to content

Commit f915f9c

Browse files
committed
remove extra method
1 parent 5ea1d01 commit f915f9c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CPUSummary"
22
uuid = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
33
authors = ["chriselrod <elrodc@gmail.com> and contributors"]
4-
version = "0.1.20"
4+
version = "0.1.21"
55

66
[deps]
77
CpuId = "adafc99b-e345-5852-983c-f28acb93d879"

src/x86.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ num_l4cache() = static(0)
2828

2929
const PrecompiledCacheSize = CpuId.cachesize()
3030
const PrecompiledCacheInclusive = CpuId.cacheinclusive()
31-
cache_size(_) = static(0)
3231
cache_inclusive(_) = False()
3332
@noinline function _eval_cache_size(cachesize)
3433
for (i, csi) in enumerate(cachesize)

0 commit comments

Comments
 (0)