Get rid of unused code
[jabaws.git] / runner / compbio / runner / psiblast / PsiBlast.java
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