]> git.donarmstrong.com Git - rsem.git/blobdiff - utils.h
add --no-bam-output option to not generate output bam files
[rsem.git] / utils.h
diff --git a/utils.h b/utils.h
index 0991fb95333a3eb37111d1968465655f95fb34cf..278e95e9272ca67f36de745dc924f40fd7085ca6 100644 (file)
--- a/utils.h
+++ b/utils.h
@@ -156,9 +156,4 @@ void genReadFileNames(const char* readFN, int tagType, int read_type, int& s, ch
        }
 }
 
-void exitWithError(const char* errmsg) {
-       fprintf(stderr, "%s\n", errmsg);
-       exit(-1);
-}
-
 #endif