]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/AssurePage.java
fix: some coverity bugs
[gigi.git] / src / org / cacert / gigi / pages / wot / AssurePage.java
index aed78f84f55da032b851af98f7aa213f0c9389a6..efb246b6cde2f4c1efa595a74f77a0d5ae55211b 100644 (file)
@@ -40,7 +40,6 @@ public class AssurePage extends Page {
     public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException {
 
         PrintWriter out = resp.getWriter();
-        String pi = req.getPathInfo().substring(PATH.length());
         HashMap<String, Object> vars = new HashMap<String, Object>();
         vars.put("DoB", ds);
         t.output(out, getLanguage(req), vars);