Remove unused parameter

The replication_targets parameter doesn't appear to be used anywhere,
let's get rid of it to avoid confusion.

Change-Id: I25fdb9d5e99b3876e6a363e5f967f22f8674b7c6
This commit is contained in:
K Jonathan Harker 2014-04-17 13:29:26 -07:00
parent e73499f3eb
commit 07b718284a

View File

@ -132,7 +132,6 @@ class gerrit(
$melody_session = false,
$replicate_local = false,
$replication = [],
$replication_targets = [],
$gitweb = true,
$cgit = false,
$web_repo_url = '',