diff options
Diffstat (limited to 'starts/meaning-vm/level-2/common.hpp')
-rw-r--r-- | starts/meaning-vm/level-2/common.hpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/starts/meaning-vm/level-2/common.hpp b/starts/meaning-vm/level-2/common.hpp deleted file mode 100644 index 3d38155..0000000 --- a/starts/meaning-vm/level-2/common.hpp +++ /dev/null @@ -1,13 +0,0 @@ -#pragma once - -namespace intellect { -namespace level2 { - -template <typename T> struct baseref; -struct ref; - -namespace concepts { -} - -} -} |