8321287: Remove unused enum style in Prefetch
Reviewed-by: fparain, gziemski
This commit is contained in:
parent
b8c0b2fd8c
commit
2611a49ea1
@ -35,12 +35,6 @@
|
||||
|
||||
class Prefetch : AllStatic {
|
||||
public:
|
||||
enum style {
|
||||
do_none, // Do no prefetching
|
||||
do_read, // Do read prefetching
|
||||
do_write // Do write prefetching
|
||||
};
|
||||
|
||||
// Prefetch anticipating read; must not fault, semantically a no-op
|
||||
static void read(const void* loc, intx interval);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user