summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppsemanticinfo.cpp
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2017-06-15 12:13:44 +0200
committerNikolai Kosjar <nikolai.kosjar@qt.io>2017-06-15 15:11:48 +0000
commitd3d3e2ace5485d3812d98b5b3f3ccd8e7c12b4f1 (patch)
treebfab5577e34441cc2daef1941fb23e6648563462 /src/plugins/cpptools/cppsemanticinfo.cpp
parent210b9aa2276efb93d15fff313c1cb6458ef03636 (diff)
downloadqt-creator-d3d3e2ace5485d3812d98b5b3f3ccd8e7c12b4f1.tar.gz
CppTools: Simplify/Modernize SemanticInfo
Change-Id: I7bef1dee81678f77f5c0d8a6d22488aa63f981e7 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/cpptools/cppsemanticinfo.cpp')
-rw-r--r--src/plugins/cpptools/cppsemanticinfo.cpp33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/plugins/cpptools/cppsemanticinfo.cpp b/src/plugins/cpptools/cppsemanticinfo.cpp
deleted file mode 100644
index 905d7f7f5d..0000000000
--- a/src/plugins/cpptools/cppsemanticinfo.cpp
+++ /dev/null
@@ -1,33 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
-
-#include "cppsemanticinfo.h"
-
-using namespace CppTools;
-
-SemanticInfo::SemanticInfo()
- : revision(0), complete(true), localUsesUpdated(false)
-{
-}