X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FCodingStyle;h=6a3528e7c6ada140a8d8eca1b2273ba16970a394;hb=1789aca42bc5dc6d675d461807e2da6c55a8b955;hp=aa78389f7b7d05d136764df67ef9e87fbc554fc5;hpb=f84f760a1c8a8c0ec6ae16b7f38d14a49d329ad7;p=mono.git diff --git a/mcs/CodingStyle b/mcs/CodingStyle index aa78389f7b7..6a3528e7c6a 100644 --- a/mcs/CodingStyle +++ b/mcs/CodingStyle @@ -35,15 +35,6 @@ a MonoTODO, this will be useful in the future for our automated tools that can assist in developers porting their code. -* Supporting .NET 1.2, .NET 1.1 and .NET 1.0 builds - - The defines NET_1_1 and NET_2_0 are used to include - features. When NET_2_0 is defined, it also implies that the - NET_1_1 is defined. - - To have code which is only available in an old version, use ONLY_1_0, - ONLY_1_1 - * Tagging buggy code If there is a bug in your implementation tag the problem by using