diff options
Diffstat (limited to 'src/cpu/p6/chip.h')
-rw-r--r-- | src/cpu/p6/chip.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cpu/p6/chip.h b/src/cpu/p6/chip.h deleted file mode 100644 index bfcdf79ed7..0000000000 --- a/src/cpu/p6/chip.h +++ /dev/null @@ -1,5 +0,0 @@ -extern struct chip_control cpu_p6_control; - -struct cpu_p6_config { - int nothing; -}; |