diff options
Diffstat (limited to 'starts/meaning-vm/level-1/common.hpp')
-rw-r--r-- | starts/meaning-vm/level-1/common.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/starts/meaning-vm/level-1/common.hpp b/starts/meaning-vm/level-1/common.hpp index 2c9297b..73de3b4 100644 --- a/starts/meaning-vm/level-1/common.hpp +++ b/starts/meaning-vm/level-1/common.hpp @@ -6,7 +6,6 @@ namespace intellect { namespace level1 { using level0::concept; -using level0::value; template <typename T> struct baseref; struct ref; |