Browse Source

Removed TODO comment.

merge-requests/37/head
eidheim 11 years ago
parent
commit
bf38c2ca8d
  1. 1
      src/CodeCompleteResults.h

1
src/CodeCompleteResults.h

@ -13,7 +13,6 @@ namespace clang {
const std::map<std::string, std::string> &buffers,
int line_num,
int column);
//TODO: Fix this for older versions of libclang
~CodeCompleteResults();
CompletionString get(int index);
int size();

Loading…
Cancel
Save