diff options
| author | Tony Wasserka <NeoBrainX@gmail.com> | 2014-08-03 16:00:52 +0200 |
|---|---|---|
| committer | Tony Wasserka <NeoBrainX@gmail.com> | 2014-08-12 02:17:21 +0200 |
| commit | 9c781a6c7646a3f30c23adae75e1879b7fc47d0f (patch) | |
| tree | 76f32e7dc447e661f9f34303609cf4aed23d7a5b /src/common/common.vcxproj | |
| parent | 29365e67d621dc732997c5b7a5269fa2dfda09ab (diff) | |
Remove the fancy RegisterSet class introduced in 4c2bff61e.
While it was some nice and fancy template usage, it ultimately had many practical issues regarding length of involved expressions under regular usage as well as common code completion tools not being able to handle the structures.
Instead, we now use a more conventional approach which is a lot more clean to use.
Diffstat (limited to 'src/common/common.vcxproj')
| -rw-r--r-- | src/common/common.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 1f5c714c3..341d3a813 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -182,7 +182,6 @@ <ClInclude Include="mem_arena.h" /> <ClInclude Include="msg_handler.h" /> <ClInclude Include="platform.h" /> - <ClInclude Include="register_set.h" /> <ClInclude Include="scm_rev.h" /> <ClInclude Include="std_condition_variable.h" /> <ClInclude Include="std_mutex.h" /> |
