diff --git a/include/cubescript/cubescript_conf.hh b/include/cubescript/cubescript_conf.hh index d6a5b61..5f0ad08 100644 --- a/include/cubescript/cubescript_conf.hh +++ b/include/cubescript/cubescript_conf.hh @@ -20,8 +20,6 @@ namespace cscript { template using CsVector = ostd::Vector; - using CsStream = ostd::Stream; - constexpr CsInt const CsIntMin = INT_MIN; constexpr CsInt const CsIntMax = INT_MAX;