diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2010-11-12 15:53:22 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2010-11-12 16:46:22 +0100 |
commit | fe9fc3eaaa31ed3fd7cc7db47dfb70dcc6166969 (patch) | |
tree | 96d00f32bfb1b1c81f47646e8a568e7e8698d769 | |
parent | 9bff9896a6060cdc6c74a31e32577855f1a7ddb6 (diff) |
memdebug: Get rid of history, that's the job of an SCM
-rw-r--r-- | memdebug/memdebug.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/memdebug/memdebug.c b/memdebug/memdebug.c index b0af5b1..8d8fbde 100644 --- a/memdebug/memdebug.c +++ b/memdebug/memdebug.c @@ -7,10 +7,6 @@ * Copyright (c) 2010 Zurich University of Applied Sciences * Copyright (c) 2010 Tobias Klauser <tklauser@distanz.ch> * - * HISTORY - * 12.11.2010 gram Bug in function 'memdebug_cleanup' corrected (access - * just freed struct) - * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights |