Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core/search/org/eclipse/cdt/core/search/SearchFor.java')
-rw-r--r--core/org.eclipse.cdt.core/search/org/eclipse/cdt/core/search/SearchFor.java20
1 files changed, 0 insertions, 20 deletions
diff --git a/core/org.eclipse.cdt.core/search/org/eclipse/cdt/core/search/SearchFor.java b/core/org.eclipse.cdt.core/search/org/eclipse/cdt/core/search/SearchFor.java
deleted file mode 100644
index 4fef4edc969..00000000000
--- a/core/org.eclipse.cdt.core/search/org/eclipse/cdt/core/search/SearchFor.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2006 QNX Software Systems and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * QNX - initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.cdt.core.search;
-
-public class SearchFor{
- SearchFor( int value )
- {
- this.value = value;
- }
- private final int value;
-} \ No newline at end of file

Back to the top