summaryrefslogtreecommitdiffhomepage
path: root/de-de
diff options
context:
space:
mode:
authorcaminsha <c.96marco@hotmail.com>2020-02-02 23:09:36 +0100
committercaminsha <c.96marco@hotmail.com>2020-02-02 23:09:36 +0100
commitfbb24b487e0f847a54b6317dea22dfd6b850c12e (patch)
treeb9277cab4a12d2b1d33058d960828cea5be9e4ef /de-de
parente24e38a1b984307bb5e68d231060f7024d908618 (diff)
Removed unnecessary lines about google
Diffstat (limited to 'de-de')
-rw-r--r--de-de/c-de.html.markdown3
1 files changed, 0 insertions, 3 deletions
diff --git a/de-de/c-de.html.markdown b/de-de/c-de.html.markdown
index 1976a6e8..3dcb5ab9 100644
--- a/de-de/c-de.html.markdown
+++ b/de-de/c-de.html.markdown
@@ -865,7 +865,4 @@ es wichtig, dass der Codestil möglichst konsistent ist. Es ist wichtiger, lesba
Code zu schreiben als Code, welcher clever und schnell ist. Es lohnt sich ein
Blick auf den [Codestil des Linuxkernel](https://www.kernel.org/doc/Documentation/process/coding-style.rst) zu werfen. [Englisch]
-Wenn die erwähnte Literatur dein Problem nicht löst, denke daran:
-"Google ist dein Freund"
-
[1] [Why isn't sizeof for a struct equal to the sum of sizeof of each member?](http://stackoverflow.com/questions/119123/why-isnt-sizeof-for-a-struct-equal-to-the-sum-of-sizeof-of-each-member)