mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
On FreeBSD, printing the version is centralized, so no need to repeat
it here. I think that gonzo@ has also made this change to p4.
This commit is contained in:
parent
93e34865fa
commit
55a98c0d2e
1 changed files with 0 additions and 2 deletions
|
|
@ -168,8 +168,6 @@ cpu_startup(void *dummy)
|
|||
/*
|
||||
* Good {morning,afternoon,evening,night}.
|
||||
*/
|
||||
printf("%s", version);
|
||||
|
||||
printf("real memory = %lu (%luK bytes)\n", ptoa(Maxmem),
|
||||
ptoa(Maxmem) / 1024);
|
||||
realmem = Maxmem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue