summaryrefslogtreecommitdiff
path: root/lib/init.c
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2006-10-13 19:55:41 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2006-10-13 19:55:41 +0000
commit1920593e824157a907a2e5975731a5c0f9dbebf3 (patch)
tree404fe6b4f9942a127a50dbe3f77d9cff1046df02 /lib/init.c
parent92950e25ff6092fa15cef8899d0dfb05a0fb083d (diff)
downloadlm-sensors-1920593e824157a907a2e5975731a5c0f9dbebf3.tar.gz
libsensors: Drop support for algorithm names.
I2C algorithms no longer have names in Linux 2.6, and anyway they are implementation details user-space doesn't care about. No third party application is known to have ever used this particular feature of libsensors. "sensord" and "sensors" no longer do. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4208 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'lib/init.c')
-rw-r--r--lib/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/init.c b/lib/init.c
index bbf4d768..a62d609b 100644
--- a/lib/init.c
+++ b/lib/init.c
@@ -103,7 +103,6 @@ void free_chip_name(sensors_chip_name name)
void free_bus(sensors_bus bus)
{
free(bus.adapter);
- free(bus.algorithm);
}
void free_chip(sensors_chip chip)