diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-05 21:25:37 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-05 21:25:37 +0200 |
| commit | d0d456fcae355a07ac27102ae9da2680bece6454 (patch) | |
| tree | 1234b68cf21cb7c72d25baea50338b9064876038 | |
| parent | 2a6b1bb060439453913e496840a3102bbff534df (diff) | |
Remove unnecessary usinginaccurate-gamma2
| -rw-r--r-- | src/transfer_function.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transfer_function.cc b/src/transfer_function.cc index c1343ff2..7b17fd36 100644 --- a/src/transfer_function.cc +++ b/src/transfer_function.cc @@ -42,7 +42,6 @@ using std::make_pair; -using std::map; using std::pair; using std::pow; using std::shared_ptr; |
