Skip to content

Commit 0189b10

Browse files
committed
cleanup
1 parent 0534ea0 commit 0189b10

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
tada-hdt-entity-experiment.qbs.user.*
12
datasets/t2dv2/data/*
23
local_*
34
*.log

src/t2dv2.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,6 @@ void T2Dv2::run_test(double from_alpha, double to_alpha, double step) {
387387

388388

389389

390-
391-
392-
393-
394390
string T2Dv2::clean_str(string s) {
395391
string c;
396392
unsigned long start_idx=0, len;

src/t2dv2.h

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ class T2Dv2 {
5858
string m_lang_tag;
5959
bool m_title_case = false;
6060
bool m_inner_context = true;
61-
6261
};
6362

6463

0 commit comments

Comments
 (0)