]> rtime.felk.cvut.cz Git - l4.git/blobdiff - tools/preprocess/test/verify/template.cc
update
[l4.git] / tools / preprocess / test / verify / template.cc
index 2e60849fa44b157d5404b6428a4b89171ae50323..f3fd7d6bef5370e313c5316dd7ace426102ff59c 100644 (file)
@@ -12,13 +12,3 @@ create_stack<int>()
 {
   return new stack<int>();
 }
-
-#line 192 "template.cpp"
-
-
-
-template <> stack_t<bool>*
-create_stack<bool>()
-{
-  return new stack<bool>();
-}