]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/SamSequenceDictionary.h
Minor cleanup
[bamtools.git] / src / api / SamSequenceDictionary.h
index fca8b2257d7f59780f677b3092f74ce6d0f96f54..76bd45a89fa73b66bde5a2cbef960f9aa14cdf47 100644 (file)
@@ -1,9 +1,8 @@
 // ***************************************************************************
 // SamSequenceDictionary.h (c) 2010 Derek Barnett
 // Marth Lab, Department of Biology, Boston College
-// All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 20 March 2011
+// Last modified: 18 April 2011
 // ---------------------------------------------------------------------------
 // Provides methods for operating on a collection of SamSequence entries.
 // ***************************************************************************
@@ -76,7 +75,6 @@ class API_EXPORT SamSequenceDictionary {
 
     // internal methods
     private:
-        int IndexOf(const SamSequence& sequence) const;
         int IndexOf(const std::string& name) const;
 
     // data members
@@ -86,5 +84,5 @@ class API_EXPORT SamSequenceDictionary {
 
 } // namespace BamTools
 
-#endif // SAM_SEQUENCE_DICTIONARY 
+#endif // SAM_SEQUENCE_DICTIONARY_H