Skip to content

Commit

Permalink
Fix for [JENKINS-18950] issue (reports => running out of memory).
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Pawlaczyk committed Aug 7, 2013
1 parent 592c1dc commit 1fb1af2
Showing 1 changed file with 1 addition and 10 deletions.
Expand Up @@ -15,13 +15,8 @@
import hudson.tasks.Publisher;
import hudson.tasks.Recorder;
import hudson.FilePath;
import hudson.FilePath.FileCallable;
import hudson.remoting.VirtualChannel;

import java.io.File;
import java.io.FileFilter;
import java.io.IOException;
import java.util.List;

import net.sf.json.JSONObject;

Expand All @@ -34,12 +29,8 @@
import org.jenkinsci.plugins.valgrind.util.ValgrindEvaluator;
import org.jenkinsci.plugins.valgrind.util.ValgrindLogger;
import org.jenkinsci.plugins.valgrind.util.ValgrindSourceGrabber;
import org.jenkinsci.plugins.valgrind.MyFilePath;
import org.kohsuke.stapler.DataBoundConstructor;
import org.kohsuke.stapler.StaplerRequest;
import org.kohsuke.stapler.QueryParameter;

import org.apache.tools.ant.*;


/**
Expand Down Expand Up @@ -260,4 +251,4 @@ public ValgrindPublisherConfig getConfig()
}

}
}
}

0 comments on commit 1fb1af2

Please sign in to comment.