Allow resetting an empty inferior-tty
[deliverable/binutils-gdb.git] / gdb / f-lang.h
index 45df770857a0f010180c018823cc8a650d508a0e..827785a0d1768e0351f08e53fc0f1a7b0bdb5432 100644 (file)
@@ -37,19 +37,6 @@ extern void f_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
 
 /* Language-specific data structures */
 
-/* In F90 subrange expression, either bound could be empty, indicating that
-   its value is by default that of the corresponding bound of the array or
-   string.  So we have four sorts of subrange in F90.  This enumeration type
-   is to identify this.  */
-   
-enum f90_range_type
-  {
-    BOTH_BOUND_DEFAULT,                /* "(:)"  */
-    LOW_BOUND_DEFAULT,         /* "(:high)"  */
-    HIGH_BOUND_DEFAULT,                /* "(low:)"  */
-    NONE_BOUND_DEFAULT         /* "(low:high)"  */
-  };
-
 /* A common block.  */
 
 struct common_block
This page took 0.026799 seconds and 4 git commands to generate.