summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastien Braun2010-10-10 14:32:46 +0200
committerSebastien Braun2010-10-11 00:56:08 +0200
commitd76a4ddc26ab17277ae4b5018dfc2aa05b623c73 (patch)
treef2b464593081f75a80f7f30a930d5bf52f6d8d76 /src
parentAdd an InputEventHandler that is not compatible anywhere. (diff)
downloadpvs-d76a4ddc26ab17277ae4b5018dfc2aa05b623c73.tar.gz
pvs-d76a4ddc26ab17277ae4b5018dfc2aa05b623c73.tar.xz
pvs-d76a4ddc26ab17277ae4b5018dfc2aa05b623c73.zip
Remove leftover code that serves no purpose
Diffstat (limited to 'src')
-rw-r--r--src/input/detail/policyChain.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input/detail/policyChain.h b/src/input/detail/policyChain.h
index ae01ff2..efaf371 100644
--- a/src/input/detail/policyChain.h
+++ b/src/input/detail/policyChain.h
@@ -33,10 +33,6 @@ struct PolicyChain : public PolicyList::head::template apply_<PolicyChain<BaseCa
template<typename BaseCase>
struct PolicyChain<BaseCase, EmptyList> : public BaseCase
{
-private:
- struct This_Should_Not_Work;
-public:
- static const int test_value = sizeof(This_Should_Not_Work);
};
}