Skip to content

Commit

Permalink
code cleanup: removed codelite_indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
eranif committed Jan 13, 2022
1 parent b9f22b4 commit 6fd0d28
Show file tree
Hide file tree
Showing 120 changed files with 1 addition and 28,348 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@ else()
add_subdirectory(codelitegcc)
add_subdirectory(codelite_make)
add_subdirectory(codelite_terminal)
add_subdirectory(sdk/codelite_indexer)
add_subdirectory(sdk/codelite_cppcheck)
add_subdirectory(codelite_echo)
add_subdirectory(ctagsd)
Expand Down
2 changes: 0 additions & 2 deletions CodeLite/CodeLite.project
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@
<File Name="CxxCodeCompletion.hpp"/>
<File Name="CxxExpression.cpp"/>
<File Name="CxxExpression.hpp"/>
<File Name="CodeLiteIndexer.hpp"/>
<File Name="CodeLiteIndexer.cpp"/>
<File Name="Trie.hpp"/>
<File Name="CompletionHelper.hpp"/>
<File Name="CompletionHelper.cpp"/>
Expand Down
158 changes: 0 additions & 158 deletions CodeLite/CodeLiteIndexer.cpp

This file was deleted.

38 changes: 0 additions & 38 deletions CodeLite/CodeLiteIndexer.hpp

This file was deleted.

4 changes: 0 additions & 4 deletions CodeLite/ctags_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@
#include "CxxVariableScanner.h"
#include "asyncprocess.h"
#include "cl_command_event.h"
#include "cl_indexer_reply.h"
#include "cl_indexer_request.h"
#include "cl_standard_paths.h"
#include "clindexerprotocol.h"
#include "code_completion_api.h"
#include "codelite_events.h"
#include "codelite_exports.h"
Expand All @@ -43,7 +40,6 @@
#include "file_logger.h"
#include "fileextmanager.h"
#include "fileutils.h"
#include "named_pipe_client.h"
#include "precompiled_header.h"
#include "processreaderthread.h"
#include "procutils.h"
Expand Down
1 change: 0 additions & 1 deletion CodeLite/ctags_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#ifndef CODELITE_CTAGS_MANAGER_H
#define CODELITE_CTAGS_MANAGER_H

#include "CodeLiteIndexer.hpp"
#include "cl_calltip.h"
#include "cl_command_event.h"
#include "cl_process.h"
Expand Down
2 changes: 1 addition & 1 deletion CodeLite/language.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#ifndef CODELITE_LANGUAGE_H
#define CODELITE_LANGUAGE_H

#include "CodeLiteIndexer.hpp"
#include "CxxTokenizer.h"
#include "CxxVariable.h"
#include "codelite_exports.h"
Expand All @@ -40,6 +39,7 @@
#include "tokenizer.h"
#include "variable.h"
#include "y.tab.h"

#include <set>
#include <vector>
#include <wx/filename.h>
Expand Down
1 change: 0 additions & 1 deletion LiteEditor/context_cpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

#include "AddFunctionsImpDlg.h"
#include "CTags.hpp"
#include "CodeLiteIndexer.hpp"
#include "CompletionHelper.hpp"
#include "CxxScannerTokens.h"
#include "CxxVariableScanner.h"
Expand Down
1 change: 0 additions & 1 deletion LiteEditor/frame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////

#include "CodeLiteIndexer.hpp"
#include "ColoursAndFontsManager.h"
#include "CompilersFoundDlg.h"
#include "DebuggerToolBar.h"
Expand Down
1 change: 0 additions & 1 deletion ctagsd/lib/ProtocolHandler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define PROTOCOLHANDLER_HPP

#include "Channel.hpp"
#include "CodeLiteIndexer.hpp"
#include "CompletionHelper.hpp"
#include "CxxCodeCompletion.hpp"
#include "ParseThread.hpp"
Expand Down
43 changes: 0 additions & 43 deletions sdk/codelite_indexer/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 6fd0d28

Please sign in to comment.