]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove now mostly obsolete note about transitioning to C++
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 15 Jun 2021 18:20:01 +0000 (20:20 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 15 Jun 2021 18:20:01 +0000 (20:20 +0200)
CONTRIBUTING.md

index ad4b8aa85d248737a51ff1ebd5084cbc9f88273a..3541727ed55be1a0a7b8613b29462ec9edcb821d 100644 (file)
@@ -49,11 +49,6 @@ Here are some hints to make the process smoother:
 
 ## Code style
 
-Ccache was written in C99 until 2019 when it started being converted to C++11.
-The conversion is a slow work in progress, which is why there is some C-style
-code left. Please refrain from doing large C to C++ conversions; do it little by
-little.
-
 Source code formatting is defined by `.clang-format` in the root directory. The
 format is loosely based on [LLVM's code formatting
 style](https://llvm.org/docs/CodingStandards.html) with some exceptions. Run