diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-08-02 21:11:49 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-08-02 21:11:49 -0300 |
commit | 7462a8fbfb858db37c4321645cb07b924497bb40 (patch) | |
tree | 9de2edc86195835827ca9c2eeab1dd102d0d158c /hardinfo2/computer.h | |
parent | 876b598098163793ce02d1c8ea88d06863ca50db (diff) |
Remove "Default C Compiler" from "Operating System" (now redundant)
Diffstat (limited to 'hardinfo2/computer.h')
-rw-r--r-- | hardinfo2/computer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hardinfo2/computer.h b/hardinfo2/computer.h index a4745cb6..e3ae6cf9 100644 --- a/hardinfo2/computer.h +++ b/hardinfo2/computer.h @@ -136,7 +136,6 @@ struct _Processor { struct _OperatingSystem { gchar *kernel; gchar *libc; - gchar *gcc; gchar *distrocode, *distro; gchar *hostname; gchar *language; |