git: e5821a215652 - main - syscalls.master: remove obsolete comment about compatibility tables

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Wed, 30 Mar 2022 15:08:32 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=e5821a21565236375dbbefd23ed853c426e57c0a

commit e5821a21565236375dbbefd23ed853c426e57c0a
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-03-30 15:03:02 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-03-30 15:07:00 +0000

    syscalls.master: remove obsolete comment about compatibility tables
    
    Compatibility ABIs no longer use a separate syscalls.master.
    
    Fixes:          be67ea40c5a0 ("freebsd32: generate from ...")
    Sponsored by:   The FreeBSD Foundation
---
 sys/kern/syscalls.master | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 38505b3ea012..fda91e9c7d6f 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -3307,6 +3307,4 @@
 		);
 	}
 
-; Please copy any additions and changes to the following compatability tables:
-; sys/compat/freebsd32/syscalls.master
 ; vim: syntax=off