Removed prototype with no implementation
authorAlexandra Ellwood <lxs@mit.edu>
Thu, 25 Sep 2008 06:27:21 +0000 (06:27 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Thu, 25 Sep 2008 06:27:21 +0000 (06:27 +0000)
ticket: 6055

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20750 dc483132-0cff-0310-8789-dd5450dbe970

src/include/kim/kim_string.h

index bc4f647e86a2864620f62222be73e3dac336f0e5..dfd220ffe3502fb53398181c51fa34934b803d76 100644 (file)
@@ -68,19 +68,6 @@ extern "C" {
  * @{
  */
 
-/*!
- * \param out_string on exit, a human-readable UTF-8 string describing the 
- *                   error represented by \a in_error.  Must be freed with 
- *                   kim_string_free().
- * \param in_error   an error code.
- * \return On success, #KIM_NO_ERROR.  On failure, 
- * \note If the caller needs an error string, this API should be called 
- * immediately after a KIM API returns an error. 
- * \brief Get a text description of an error.
- */
-kim_error kim_string_create_for_error (kim_string *out_string,
-                                       kim_error   in_error);
-
 /*!
  * \param out_string On success, a human-readable UTF-8 string describing the 
  *                   error representedby \a in_error.  Must be freed with