]> source.dussan.org Git - vaadin-framework.git/commitdiff
removed obsolete code
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 10 Dec 2007 10:10:56 +0000 (10:10 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 10 Dec 2007 10:10:56 +0000 (10:10 +0000)
svn changeset:3196/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/server/ApplicationServlet.java

index a91dda11dfc16ac23b8c4b266b04e490348442e8..6c3957ca5eed33c4b27fb5c52e3fd44013757c6f 100644 (file)
@@ -521,9 +521,6 @@ public class ApplicationServlet extends HttpServlet {
     private void criticalNotification(HttpServletRequest request,
             HttpServletResponse response, String caption) throws IOException {
 
-        final String[] urls = getAppAndWidgetUrl(request);
-        final String appUrl = urls[0];
-
         // clients JS app is still running, but server application either
         // no longer exists or it might fail to perform reasonably.
         // send a notification to client's application and link how