]> www.ginac.de Git - cln.git/commitdiff
Remove cl_null_string defintion.
authorRichard Kreckel <kreckel@ginac.de>
Fri, 11 Sep 2009 22:05:29 +0000 (00:05 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Fri, 11 Sep 2009 22:05:29 +0000 (00:05 +0200)
It's been unused since the last release.

src/Makefile.am
src/base/string/cl_st_null.cc [deleted file]

index 3b366899ee816564450e4697a5ead8cbd440f8bd..af1b74cfa19bb137afd4ba0711ac28bd75e06a44 100644 (file)
@@ -100,7 +100,6 @@ base/string/cl_st_make0.cc \
 base/string/cl_st_make0.h \
 base/string/cl_st_make1.cc \
 base/string/cl_st_make2.cc \
-base/string/cl_st_null.cc \
 base/string/input/cl_st_get1.cc \
 base/string/input/cl_st_get2.cc \
 base/string/input/cl_st_getline1.cc \
diff --git a/src/base/string/cl_st_null.cc b/src/base/string/cl_st_null.cc
deleted file mode 100644 (file)
index c808b44..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-// cl_null_string.
-
-// General includes.
-#include "base/cl_sysdep.h"
-
-// Specification.
-#include "cln/string.h"
-
-namespace cln {
-
-#warning "Please remove me"
-extern const cl_string cl_null_string;
-
-}  // namespace cln
-
-// Implementation.
-
-namespace cln {
-
-const cl_string cl_null_string = cl_string(NULL,0);
-
-}  // namespace cln
-