diff options
author | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-07 07:55:35 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-07 07:55:35 (GMT) |
commit | 305ac626ba98efff31392fed149aa293b8070675 (patch) | |
tree | 05523df9d77b31c47d16dba06b4d39723aaa8925 /src | |
parent | d9efea2990d34ed85d4e6f093d4bff9e04b769d8 (diff) |
Removed unused variable
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/tng_io_testing.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/tng_io_testing.c b/src/tests/tng_io_testing.c index 8fd8292..2e7f9ed 100644 --- a/src/tests/tng_io_testing.c +++ b/src/tests/tng_io_testing.c @@ -97,7 +97,6 @@ static tng_function_status tng_test_read_and_write_file (tng_trajectory_t traj) { tng_function_status stat; - int64_t pos; stat = tng_file_headers_read(traj, TNG_USE_HASH); if(stat == TNG_CRITICAL) |