summaryrefslogtreecommitdiffstats
path: root/third_party/cld/README.google
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/cld/README.google')
-rw-r--r--third_party/cld/README.google24
1 files changed, 0 insertions, 24 deletions
diff --git a/third_party/cld/README.google b/third_party/cld/README.google
deleted file mode 100644
index a455ac3..0000000
--- a/third_party/cld/README.google
+++ /dev/null
@@ -1,24 +0,0 @@
-CLD - list of changes (sidchat, May 2009)
-- cld_interface.cc - comment out
-//#include "cld/bar/common/component.h"
-//#include "cld/bar/common/execute/execute_utils.h"
-and comment out requirements in function ::GetVerifiedDllFileName
-
--------------
-Commented out the following in commandlineflags.h
-class FlagSaver {
- public:
- FlagSaver();
- ~FlagSaver();
-
- private:
- class FlagSaverImpl* impl_; // we use pimpl here to keep API steady
-
- FlagSaver(const FlagSaver&); // no copying!
- void operator=(const FlagSaver&);
-}
-#ifndef SWIG // swig seems to have trouble with this for some reason
-ATTRIBUTE_UNUSED
-#endif
-;
----------------- \ No newline at end of file