Minor typos fixes
[htsworkflow.git] / htswanalysis / src / qPCR.cpp
index 1750b56ffdbd26d790522a746f8891ad47bda648..a0ec4c8e4a36c706612034e040341a6fc1dfa124 100755 (executable)
 
 using namespace std;
 
-
-void int_to_chromstr(int chrom, char* chr);
-int chromstr_to_int(string chrom);
-
 void split (const string& text, const string& separators, vector<string>& words);
 
 class Read {