Removing unnecessary declaration

This commit is contained in:
Strahinja Val Markovic 2012-09-06 14:00:33 -07:00
parent a6b4b7fd27
commit 29cddc5adc

View File

@ -25,8 +25,6 @@
namespace YouCompleteMe namespace YouCompleteMe
{ {
std::string CXStringToString( CXString text );
// This class holds pieces of information about a single completion coming from // This class holds pieces of information about a single completion coming from
// clang. These pieces are shown in Vim's UI in different ways. // clang. These pieces are shown in Vim's UI in different ways.
// //