diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-14 16:04:22 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-14 16:04:22 +0200 |
commit | 468975ca3394933b7919d7d83edfe701c914bd36 (patch) | |
tree | 7544b3acd2902abbe8e327bf8f2972ff146c24d9 /inc | |
parent | 648a9cd08da32494227c4d36a4401fd877d6e03a (diff) | |
download | abrt-468975ca3394933b7919d7d83edfe701c914bd36.tar.gz abrt-468975ca3394933b7919d7d83edfe701c914bd36.tar.xz abrt-468975ca3394933b7919d7d83edfe701c914bd36.zip |
moake one sfunction static; style fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'inc')
-rw-r--r-- | inc/CrashTypesSocket.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/CrashTypesSocket.h b/inc/CrashTypesSocket.h index df71f4d8..166a8a81 100644 --- a/inc/CrashTypesSocket.h +++ b/inc/CrashTypesSocket.h @@ -77,8 +77,6 @@ inline std::string crash_report_to_string(const map_crash_report_t& pCrashReport return crash_data_to_string(pCrashReport); } -int get_number_from_string(const std::string& pMessage, int& len); - vector_crash_infos_t string_to_crash_infos(const std::string& pMessage); map_crash_data_t string_to_crash_data(const std::string& pMessage, int& len); inline map_crash_report_t string_to_crash_report(const std::string& pMessage) |