Skip to content

Commit

Permalink
JENKINS-33728 - Remove stray getActiveInstance call in layout.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
kzantow committed Mar 23, 2016
1 parent 6a355ae commit 8f094a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/src/main/resources/lib/layout/layout.jelly
Expand Up @@ -158,9 +158,6 @@ ${h.initPageVariables(context)}
</j:forEach>
</j:if>

<j:invokeStatic var="j" className="jenkins.model.Jenkins" method="getActiveInstance" />
<j:set var="installState" value="${j.installState.name()}" />

<j:if test="${isMSIE}">
<script src="${resURL}/scripts/msie.js" type="text/javascript"/>
</j:if>
Expand Down

0 comments on commit 8f094a4

Please sign in to comment.