Description: Fix ftbfs with gcc-4.9. (Closes: 746841)
Author: Dimitri John Ledkov <xnox@ubuntu.com>
Bug-Debian: http://bugs.debian.org/746841

--- curlpp-0.7.3.orig/examples/example21.cpp
+++ curlpp-0.7.3/examples/example21.cpp
@@ -39,23 +39,6 @@
 #include <curlpp/Options.hpp>
 #include <curlpp/Exception.hpp>
  
-/*
-   anonymous namespace to prevent name clash in case other examples using the same global entities
-   would be compiled in the same project
-*/
-namespace
-{
-
-char *data = NULL;
-
-size_t readData(char *buffer, size_t size, size_t nitems)
-{
-  strncpy(buffer, data, size * nitems);
-  return size * nitems;
-}
-
-} // namespace
-
 int main(int argc, char *argv[])
 {
   if(argc != 3) {
