diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-04-08 16:58:35 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-04-08 16:58:35 +0000 |
commit | e4e33b9e9bbb86c73b4796ff34cccb0cb328ea2a (patch) | |
tree | f8ac7e63111117b5d2ede15ba06c7b62e3789345 /gdb/target.h | |
parent | 7fcd025698ecddeda435ca91922af4ee3a567c10 (diff) | |
download | gdb-e4e33b9e9bbb86c73b4796ff34cccb0cb328ea2a.zip gdb-e4e33b9e9bbb86c73b4796ff34cccb0cb328ea2a.tar.gz gdb-e4e33b9e9bbb86c73b4796ff34cccb0cb328ea2a.tar.bz2 |
* target.h (enum strata): Remove the download_stratum.
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/target.h b/gdb/target.h index 8176a03..07b4b54 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -60,8 +60,7 @@ enum strata { dummy_stratum, /* The lowest of the low */ file_stratum, /* Executable files, etc */ - core_stratum, /* Core dump files */ - download_stratum, /* Downloading of remote targets */ + core_stratum, /* Core dump files */ process_stratum, /* Executing processes */ thread_stratum /* Executing threads */ }; |