diff options
Diffstat (limited to 'cosv/inc')
-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: */ |