]> git.saurik.com Git - apple/xnu.git/blobdiff - README.md
xnu-7195.81.3.tar.gz
[apple/xnu.git] / README.md
index be335d459af2879d41f5086df01b989482fd9f19..da6bb7bc15a8eec1644a6223709f21f3be93dbae 100644 (file)
--- a/README.md
+++ b/README.md
@@ -169,18 +169,6 @@ Set up your build environment and from the top directory, run:
     $ make cscope   # this will build cscope database
 
 
-Code Style
-==========
-
-Source files can be reformatted to comply with the xnu code style using the "restyle" make target invoked from the
-top-level project directory.
-
-   $ make restyle      # re-format all source files to be xnu code style conformant.
-
-Compliance can be checked using the "checkstyle" make target.
-
-   $ make checkstyle   # Check all relevant source files for xnu code style conformance.
-
 How to install a new header file from XNU
 =========================================