13
0

Remove unneeded temporary variable.

git-svn-id: svn://localhost/ardour2/trunk@1995 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-06-17 00:45:43 +00:00
parent a7ad624392
commit db2fd8402e

View File

@ -241,8 +241,6 @@ Session::Session (AudioEngine &eng,
first_stage_init (fullpath, snapshot_name);
initialize_start_and_end_locations(0, initial_length);
SessionDirectory _session_dir(fullpath);
if (!_session_dir.create () || !create_session_file ()) {
destroy ();