diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-30 15:32:34 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-04-06 04:21:36 +0200 |
commit | e4d5b49d74a749b6ac9fc741c5e9942095073cdb (patch) | |
tree | 9fdef1c33bf9262f51f60e42fd94cf3cda301052 /options | |
parent | e7158125d3c3b63371ddc7dc2d5b7d7865d91e64 (diff) |
options/value: we're not instantiating templates anymore
Diffstat (limited to 'options')
-rw-r--r-- | options/value.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/options/value.cpp b/options/value.cpp index af0da89f..d3d24a58 100644 --- a/options/value.cpp +++ b/options/value.cpp @@ -6,7 +6,6 @@ * notice appear in all copies. */ -#define OTR_OPTIONS_VALUE_TEMPLATE_UNIT #include "value.hpp" namespace options { |