You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/09/07 14:44:25 UTC

couch-mrview commit: updated refs/heads/master to 74e7719

Repository: couchdb-couch-mrview
Updated Branches:
  refs/heads/master bda94729b -> 74e77196e


Always throw validation error

COUCHDB-2772


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/commit/74e77196
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/tree/74e77196
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/diff/74e77196

Branch: refs/heads/master
Commit: 74e77196e46e6057ef25079efbdec84eb4c9340c
Parents: bda9472
Author: Robert Newson <rn...@apache.org>
Authored: Mon Sep 7 13:14:54 2015 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Mon Sep 7 13:14:54 2015 +0100

----------------------------------------------------------------------
 src/couch_mrview.erl | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/74e77196/src/couch_mrview.erl
----------------------------------------------------------------------
diff --git a/src/couch_mrview.erl b/src/couch_mrview.erl
index 5d56af8..819f580 100644
--- a/src/couch_mrview.erl
+++ b/src/couch_mrview.erl
@@ -85,8 +85,6 @@ validate(DbName, DDoc) ->
         Proc ->
             try
                 lists:foreach(fun(V) -> ValidateView(Proc, V) end, Views)
-            catch Error ->
-                Error
             after
                 couch_query_servers:ret_os_process(Proc)
             end