diff options
Diffstat (limited to 'src/arch/x86/X86System.py')
-rw-r--r-- | src/arch/x86/X86System.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/X86System.py b/src/arch/x86/X86System.py index acee5ac36..f73764540 100644 --- a/src/arch/x86/X86System.py +++ b/src/arch/x86/X86System.py @@ -61,4 +61,3 @@ class X86System(System): class LinuxX86System(X86System): type = 'LinuxX86System' - command_line = Param.String("", "the kernel command line") |