Get rid of unused code
authorpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Fri, 24 Jun 2011 23:32:23 +0000 (23:32 +0000)
committerpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Fri, 24 Jun 2011 23:32:23 +0000 (23:32 +0000)
git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@4329 e3abac25-378b-4346-85de-24260fe3988d

runner/compbio/runner/psiblast/PsiBlast.java [deleted file]

diff --git a/runner/compbio/runner/psiblast/PsiBlast.java b/runner/compbio/runner/psiblast/PsiBlast.java
deleted file mode 100644 (file)
index 95fb69d..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-/* Copyright (c) 2009 Peter Troshin\r
- *  \r
- *  JAva Bioinformatics Analysis Web Services (JABAWS) @version: 1.0\r
- * \r
- *  This library is free software; you can redistribute it and/or modify it under the terms of the\r
- *  Apache License version 2 as published by the Apache Software Foundation\r
- * \r
- *  This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without\r
- *  even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Apache \r
- *  License for more details.\r
- * \r
- *  A copy of the license is in apache_license.txt. It is also available here:\r
- * @see: http://www.apache.org/licenses/LICENSE-2.0.txt\r
- * \r
- * Any republication or derived work distributed in source code form\r
- * must include this copyright and license notice.\r
- */\r
-\r
-package compbio.runner.psiblast;\r
-\r
-import compbio.engine.client.SkeletalExecutable;\r
-import compbio.metadata.ResultNotAvailableException;\r
-\r
-public class PsiBlast extends SkeletalExecutable<PsiBlast> {\r
-\r
-       public PsiBlast() {\r
-\r
-       }\r
-\r
-       void getSupportedDatabases() {\r
-\r
-       }\r
-\r
-       @Override\r
-       public <V> V getResults(String directory)\r
-                       throws ResultNotAvailableException {\r
-               // TODO Auto-generated method stub\r
-               return null;\r
-       }\r
-\r
-       @Override\r
-       public Class<PsiBlast> getType() {\r
-               // TODO Auto-generated method stub\r
-               return null;\r
-       }\r
-\r
-}\r