dev-server: remove get_closure.pl require

Change-Id: I312577b69bb6b67196056361168c1ddfd27f90fa
This commit is contained in:
mpl 2013-07-23 23:05:56 +02:00
parent 454547b4ff
commit c0c9f365b9
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ use strict;
use FindBin qw($Bin);
use Getopt::Long;
require "$Bin/misc/devlib.pl";
require "$Bin/misc/get_closure.pl";
sub usage {
die "Usage: dev-server [OPTS] [<portnumber>] -- [other_blobserver_opts]\n\nWhere OPTS include:\n [--wipe] [--mongo|--mysql|--postgres] [--tls] [--fullclosure] " .