README.Coding: remove reference to non-existent prog_guide4.txt
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 23 Mar 2018 02:12:06 +0000 (15:12 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 23 Mar 2018 06:28:25 +0000 (07:28 +0100)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
README.Coding

index fc807ef0f7b98f0331be9116d163a7fe4f9bde46..3d4c5a59e5d191bbe545ec116b938dee5710b257 100644 (file)
@@ -16,10 +16,10 @@ style should never outweigh coding itself and so the guidelines
 described here are hopefully easy enough to follow as they are very
 common and supported by tools and editors.
 
-The basic style for C code, also mentioned in prog_guide4.txt, is the Linux kernel
-coding style (See Documentation/CodingStyle in the kernel source tree). This
-closely matches what most Samba developers use already anyways, with a few
-exceptions as mentioned below.
+The basic style for C code is the Linux kernel coding style (See
+Documentation/CodingStyle in the kernel source tree). This closely matches
+what most Samba developers use already anyways, with a few exceptions as
+mentioned below.
 
 The coding style for Python code is documented in PEP8,
 http://www.python.org/pep/pep8. New Python code should be compatible with