Drop 'Caveats' section from dev design
This section reads like some ancient justification for having Gerrit. It
may make sense to have this kind of information, but then we should also
mention GitHub and GitLab as alternatives to Gerrit. Just drop this
section for now.
Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Ie53abc6c8e453571ec84047c3af504a82ef5d70b
diff --git a/Documentation/dev-design.txt b/Documentation/dev-design.txt
index 9ea441e..d380cc9 100644
--- a/Documentation/dev-design.txt
+++ b/Documentation/dev-design.txt
@@ -640,20 +640,6 @@
scope of Gerrit.
-== Caveats
-
-Rietveld can't be used as it does not provide the "submit over the
-web" feature that Gerrit provides for Git.
-
-Gitosis can't be used as it does not provide any code review
-features, but it does provide basic access controls.
-
-Email based code review does not scale to a project as large and
-complex as Android. Most contributors at least need some sort of
-dashboard to keep track of any pending reviews, and some way to
-correlate updated revisions back to the comments written on prior
-revisions of the same logical change.
-
GERRIT
------
Part of link:index.html[Gerrit Code Review]