Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmith-hs committed Sep 11, 2024
1 parent f9b6855 commit d0f329e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import com.google.common.annotations.Beta;
import com.hubspot.jinjava.interpret.JinjavaInterpreter;
import com.hubspot.jinjava.lib.tag.IncludeTag;
import com.hubspot.jinjava.loader.RelativePathResolver;
import com.hubspot.jinjava.tree.TagNode;
import com.hubspot.jinjava.util.EagerReconstructionUtils;
import com.hubspot.jinjava.util.HelperStringTokenizer;
Expand All @@ -29,11 +28,6 @@ public String innerInterpret(TagNode tagNode, JinjavaInterpreter interpreter) {
tagNode.getStartPosition()
);
templateFile = interpreter.resolveResourceLocation(templateFile);
final String newPathSetter = EagerReconstructionUtils.buildBlockOrInlineSetTag(
RelativePathResolver.CURRENT_PATH_CONTEXT_KEY,
templateFile,
interpreter
);
return EagerReconstructionUtils.wrapPathAroundText(
output,
templateFile,
Expand Down

0 comments on commit d0f329e

Please sign in to comment.