diff options
Diffstat (limited to 'starts/meaning-vm/level-1/common.hpp')
-rw-r--r-- | starts/meaning-vm/level-1/common.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/starts/meaning-vm/level-1/common.hpp b/starts/meaning-vm/level-1/common.hpp index 9e19760..73de3b4 100644 --- a/starts/meaning-vm/level-1/common.hpp +++ b/starts/meaning-vm/level-1/common.hpp @@ -10,7 +10,5 @@ using level0::concept; template <typename T> struct baseref; struct ref; -namespace concepts { extern ref nothing; extern ref name; } - } } |