Skip to content

Commit

Permalink
[backend] kill buildinfo 'deps' query
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Jul 13, 2016
1 parent ee2750c commit df74e96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/backend/bs_repserver
Expand Up @@ -2545,7 +2545,6 @@ sub getbuildinfo {
my $binfo = BSRepServer::BuildInfo->new($projid, $repoid, $arch, $packid,
internal => $cgi->{'internal'},
add => $cgi->{'add'},
deps => $cgi->{'deps'},
debug => $cgi->{'debug'}
)->getbuildinfo();
return ($binfo, $BSXML::buildinfo);
Expand Down Expand Up @@ -2637,7 +2636,6 @@ sub getbuildinfo_post {
pdata => $pdata,
internal => $cgi->{'internal'},
add => $cgi->{'add'},
deps => $cgi->{'deps'},
debug => $cgi->{'debug'}
)->getbuildinfo();
return ($binfo, $BSXML::buildinfo);
Expand Down

0 comments on commit df74e96

Please sign in to comment.