summaryrefslogtreecommitdiff
path: root/biology/ssaha/files/patch-SequenceReaderFasta.h
diff options
context:
space:
mode:
Diffstat (limited to 'biology/ssaha/files/patch-SequenceReaderFasta.h')
-rw-r--r--biology/ssaha/files/patch-SequenceReaderFasta.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/biology/ssaha/files/patch-SequenceReaderFasta.h b/biology/ssaha/files/patch-SequenceReaderFasta.h
deleted file mode 100644
index a2988fbb91d8..000000000000
--- a/biology/ssaha/files/patch-SequenceReaderFasta.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./SequenceReader/SequenceReaderFasta.h.orig 2004-03-01 13:51:29.000000000 -0300
-+++ ./SequenceReader/SequenceReaderFasta.h 2008-06-12 15:39:31.000000000 -0300
-@@ -55,7 +55,7 @@
- {
- public:
- SequenceReaderFileState( SequenceNumber lsn, std::streampos fp ) :
-- filePos_(fp), SequenceReaderState(lsn) {}
-+ SequenceReaderState(lsn), filePos_(fp) {}
- // no point in making this private as it's const
- const std::streampos filePos_;
- };