From d3d3e2ace5485d3812d98b5b3f3ccd8e7c12b4f1 Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Thu, 15 Jun 2017 12:13:44 +0200 Subject: CppTools: Simplify/Modernize SemanticInfo Change-Id: I7bef1dee81678f77f5c0d8a6d22488aa63f981e7 Reviewed-by: Ivan Donchevskii Reviewed-by: hjk --- src/plugins/cpptools/cppsemanticinfo.cpp | 33 -------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 src/plugins/cpptools/cppsemanticinfo.cpp (limited to 'src/plugins/cpptools/cppsemanticinfo.cpp') 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) -{ -} -- cgit v1.2.1