diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 17:45:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 17:46:25 +0200 |
commit | 278000a28b8eceb8528ebdcf1d601de8192979e8 (patch) | |
tree | a522e5b53bca5d3e34c8a86d7bbee25a1ad15b3a /cosv | |
parent | 892bb81d17b3351c196661c44fb15b29509c7115 (diff) |
Remove unused defines
Some of them were commented out for documentation purpose.
Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
Diffstat (limited to 'cosv')
-rw-r--r-- | cosv/inc/cosv/comfunc.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cosv/inc/cosv/comfunc.hxx b/cosv/inc/cosv/comfunc.hxx index 65c27290c81a..a294d81f2aae 100644 --- a/cosv/inc/cosv/comfunc.hxx +++ b/cosv/inc/cosv/comfunc.hxx @@ -62,9 +62,6 @@ no_str(const char * str) { return str != 0 ? *str == '\0' : true; } } // namespace csv -#define NON_COPYABLE(xy) \ - private: xy(const xy &); xy & operator=(const xy &) - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |